Ticket #11648: Portfile

File Portfile, 1.3 KB (added by lyle.johnson@…, 17 years ago)

Updated Portfile for raptor-1.4.15

Line 
1# $Id: Portfile 23063 2007-03-24 05:08:51Z pipping@macports.org $
2
3PortSystem 1.0
4name                raptor
5version             1.4.15
6description         Raptor RDF Parser Toolkit
7long_description    Raptor is an open source C library that provides a set of \
8                    parsers and serializers that generate Resource Description \
9                    Framework (RDF) triples by parsing syntaxes or serializing \
10                    the triples into a syntax.
11maintainers         lyle.johnson@gmail.com
12categories          www
13platforms           darwin
14homepage            http://librdf.org/raptor/
15master_sites        http://download.librdf.org/source/
16checksums           md5 658fac0c25d50274c879f6cc49c3364b \
17                    sha1 38f99c3223a97a5eeba49239fdf229cbbe7d3700 \
18                    rmd160 b9b25d15a35eee2a0d75eb6b4ba0a70b42a72eeb
19depends_lib         port:curl \
20                    port:libiconv \
21                    port:libxml2 \
22                    port:libxslt \
23                    port:openssl \
24                    port:zlib
25configure.args      --mandir=${prefix}/share/man
26if {[variant_isset universal]} {
27    configure.env-append \
28    CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
29}
30test.run            yes
31test.target         check