Ticket #17680: Portfile

File Portfile, 1.1 KB (added by richard@…, 15 years ago)

SVL Portfile

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