Ticket #510: Portfile

File Portfile, 483 bytes (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.9 2003/03/06 06:51:27 michaelm Exp $
2
3PortSystem      1.0
4
5name            libxslt
6version         1.0.29
7description     gnome xslt library and xsltproc
8categories      textproc
9platforms       darwin
10maintainers     michaelm@opendarwin.org blb@pobox.com
11master_sites    ftp://xmlsoft.org/ \
12                ftp://ftp.gnome.org/pub/GNOME/sources/libxslt/1.0/
13
14checksums       md5 72627b9d1ade64a380734b0326c8d193
15depends_lib     lib:libxml2:libxml2
16patchfiles      patch-ltmain.sh patch-configure
17configure.args  --enable-static=no
18