Changeset 6407 for trunk/dports/textproc
- Timestamp:
- Apr 12, 2004, 4:03:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/xalanc/Portfile
r4810 r6407 1 # $Id: Portfile,v 1. 3 2004/01/18 03:24:47 tobyExp $1 # $Id: Portfile,v 1.4 2004/04/12 16:03:50 mww Exp $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name xalanc 6 version 1. 66 version 1.7.0 7 7 categories textproc 8 8 platforms darwin freebsd … … 18 18 homepage http://xml.apache.org/xalan-c/ 19 19 master_sites apache:xml/xalan-c/ 20 distname Xalan-C_1_ 6-src21 checksums md5 583bcfdf055cf4e8cbe7066a244c316920 distname Xalan-C_1_7_0-src 21 checksums md5 911a952fb1cccc0d97b54ff32b9a52f7 22 22 23 23 depends_lib lib:libxerces:xercesc 24 24 25 configure.dir ${workpath}/xml-xalan/c/src/xalanc 25 set worksrcdir xml-xalan/c 26 26 27 configure.env XALANCROOT='${workpath}/xml-xalan/c' \ 27 28 XERCESCROOT='${prefix}' … … 37 38 } 38 39 39 build.dir ${configure.dir}40 40 build.env ${configure.env} 41 41 build.type gnu
Note: See TracChangeset
for help on using the changeset viewer.