Ticket #2503: xpdf.diff
File xpdf.diff, 1.7 KB (added by artemiog@…, 20 years ago) |
---|
-
./Portfile
old new 1 1 # $Id: Portfile,v 1.6 2004/04/18 02:41:49 jkh Exp $ 2 2 PortSystem 1.0 3 3 name xpdf 4 version 2.01.14 version 3.00 5 5 description Xpdf is a viewer for PDF files. 6 6 long_description Xpdf is a viewer for Portable Document Format \ 7 (PDF) files. These are also sometimes also called \ 8 'Acrobat' files, from the name of Adobe's PDF \ 9 software. 7 (PDF) files. 10 8 maintainers olegb@opendarwin.org 11 9 categories graphics 12 platforms darwin 10 platforms darwin 13 11 homepage http://www.foolabs.com/xpdf/ 14 12 master_sites ftp://ftp.foolabs.com/pub/xpdf/ \ 15 13 ftp://ftp.funet.fi/pub/TeX/CTAN/support/xpdf/ \ … … 23 21 ftp://ftp.ntnu.no/pub/tex/CTAN/support/xpdf/ \ 24 22 ftp://www.dnsbalance.ring.gr.jp/pub/text/CTAN/support/xpdf/ \ 25 23 http://www.t.ring.gr.jp/archives/text/CTAN/support/xpdf/ \ 26 ftp://ftp.chg.ru/pub/TeX/CTAN/support/xpdf/ 27 checksums md5 e2932bb0f844d8318c940350c2aa2eb6 28 distname xpdf-2.02pl1 29 depends_lib lib:libX11.6:XFree86 lib:libXm.4:openmotif 24 ftp://ftp.chg.ru/pub/TeX/CTAN/support/xpdf/ 25 checksums md5 95294cef3031dd68e65f331e8750b2c2 26 distname xpdf-3.00 27 depends_lib lib:libX11.6:XFree86 lib:libXm.4:openmotif lib:libt1.5:t1lib \ 28 lib:libfreetype.6:freetype2 30 29 configure.args --with-Xm-library=/usr/X11R6/lib \ 31 30 --with-Xm-includes=/usr/X11R6/include \ 32 --mandir=${prefix}/share/man 31 --mandir=${prefix}/share/man \ 32 --with-t1-library=/opt/local/lib \ 33 --with-t1-includes=/opt/local/include \ 34 --with-freetype2-library=/usr/X11R6/lib \ 35 --with-freetype2-includes=/usr/X11R6/include/freetype2 \ 36 --enable-a4-paper 37 configure.env CXXFLAGS="-I/usr/X11R6/include/freetype2 -I/usr/X11R6/include"