Ticket #5198: Portfile.patch
File Portfile.patch, 792 bytes (added by rhwood@…, 19 years ago) |
---|
-
graphics/poppler/Portfile
old new 1 1 # $Id: Portfile,v 1.4 2005/09/13 06:57:47 olegb Exp $ 2 2 PortSystem 1.0 3 3 name poppler 4 version 0.4. 14 version 0.4.2 5 5 description Poppler is a PDF rendering library based on the xpdf-3.0 code base. 6 6 long_description ${description} 7 7 maintainers darwinports@opendarwin.org … … 9 9 platforms darwin 10 10 homepage http://${name}.freedesktop.org/ 11 11 master_sites ${homepage} 12 checksums md5 000c069ce0700318ba3cc1f7c4bff87f12 checksums md5 beb1eea135a3c5b679a7a22d01a500c0 13 13 depends_lib lib:libcairo:cairo lib:gtk.2:gtk2 14 14 configure.args --mandir=${prefix}/share/man 15 15 configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib"