Changeset 13623 for trunk/dports/graphics
- Timestamp:
- Aug 19, 2005, 6:43:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/fontconfig/Portfile
r11935 r13623 1 # $Id: Portfile,v 1.2 3 2005/04/21 15:57:50 jberryExp $1 # $Id: Portfile,v 1.24 2005/08/19 06:43:28 blb Exp $ 2 2 3 PortSystem 1.0 4 name fontconfig 5 version 2.2.3 6 revision 1 7 categories graphics 8 maintainers blb@pobox.com toby@opendarwin.org 9 description An XML-based font configuration API for X Windows 3 PortSystem 1.0 4 name fontconfig 5 version 2.3.2 6 categories graphics 7 maintainers blb@pobox.com toby@opendarwin.org 8 description An XML-based font configuration API for X Windows 10 9 long_description \ 11 10 Fontconfig is a library for configuring and customizing font access. 12 homepage http://fontconfig.org/13 platforms darwin14 11 15 master_sites http://freedesktop.org/~fontconfig/release/ 16 checksums md5 2466a797d645cda5eb466080fdaec416 12 platforms darwin 17 13 18 depends_lib port:expat port:freetype 14 homepage http://fontconfig.org/ 15 master_sites ${homepage}release/ 19 16 20 configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 21 configure.args --mandir=${prefix}/share/man 17 checksums md5 7354f9f125ea78a8f2851cb9c31d4866 18 19 depends_lib port:expat port:freetype 20 21 configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib 22 configure.args --mandir=${prefix}/share/man 22 23 23 24 variant vera { … … 28 29 } 29 30 } 31
Note: See TracChangeset
for help on using the changeset viewer.