1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name svl |
---|
5 | version 1.5 |
---|
6 | categories devel |
---|
7 | maintainers openmaintainer |
---|
8 | description SVL(Simple Vector Library) C++ vector and matrix classes |
---|
9 | long_description The Simple Vector Library (SVL) provides 2-, 3- and 4-vector \ |
---|
10 | and matrix types (C++ classes), as well as arbitrarily-sized \ |
---|
11 | vectors and matrices, and various useful functions and \ |
---|
12 | arithmetic operators. |
---|
13 | homepage http://www.cs.cmu.edu/afs/cs/user/ajw/www/software/index.html#SVL |
---|
14 | platforms macosx |
---|
15 | master_sites http://www.cs.cmu.edu/%7Eajw/public/dist/ |
---|
16 | checksums md5 53f231278d6e102e3698693e981ce039 \ |
---|
17 | sha1 c140722b578d34dd259fadbf506342cd835e5af1 \ |
---|
18 | rmd160 0a9b4e716a7085969def59c031e03ed0841e03f8 |
---|
19 | patchfiles patch-Makefile.diff patch-src-Mat.cpp.diff |
---|
20 | |
---|
21 | configure.cmd make |
---|
22 | configure.pre_args |
---|
23 | configure.post_args |
---|
24 | |
---|
25 | destroot.destdir DESTDIR=${destroot}${prefix} |
---|
26 | |
---|
27 | platform macosx { |
---|
28 | configure.args OSX |
---|
29 | } |
---|