2012-06-06 14:28:22 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.82 2012/06/06 18:28:22 ajacoutot Exp $
|
2001-04-15 19:10:36 -04:00
|
|
|
|
2012-06-06 14:28:22 -04:00
|
|
|
COMMENT= PDF viewer for X11
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2011-10-01 15:46:35 -04:00
|
|
|
DISTNAME= xpdf-3.03
|
2012-06-06 14:28:22 -04:00
|
|
|
REVISION= 0
|
2000-07-04 08:48:02 -04:00
|
|
|
CATEGORIES= textproc x11
|
2002-10-28 17:43:46 -05:00
|
|
|
|
2007-03-30 00:09:42 -04:00
|
|
|
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
|
|
|
ftp://gd.tuwien.ac.at/publishing/xpdf/ \
|
2011-10-01 15:46:35 -04:00
|
|
|
http://mirror.ctan.org/support/xpdf/
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2000-08-30 19:07:30 -04:00
|
|
|
HOMEPAGE= http://www.foolabs.com/xpdf/
|
1999-09-15 17:59:56 -04:00
|
|
|
|
2011-10-01 15:46:35 -04:00
|
|
|
# GPLv2 only or GPLv3 only or both (at our choice)
|
2000-03-26 13:38:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2011-04-10 14:00:23 -04:00
|
|
|
LIB_DEPENDS+= x11/openmotif
|
2002-04-27 00:21:01 -04:00
|
|
|
USE_GMAKE= Yes
|
2008-02-13 11:18:33 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2012-06-06 14:28:22 -04:00
|
|
|
CONFIGURE_ARGS= --enable-multithreaded \
|
|
|
|
--without-Sgm-library \
|
|
|
|
--without-libpaper-library
|
2008-02-10 15:25:13 -05:00
|
|
|
|
2009-04-04 10:45:48 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include/freetype2 -I${X11BASE}/include -I${LOCALBASE}/include -DLOCALBASE="\"${LOCALBASE}\""' \
|
2009-12-16 09:00:23 -05:00
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm -lz"
|
2011-04-10 14:00:23 -04:00
|
|
|
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
2008-02-13 11:18:33 -05:00
|
|
|
|
2012-06-06 14:28:22 -04:00
|
|
|
RUN_DEPENDS= print/ghostscript/gnu-fonts
|
2008-02-13 11:18:33 -05:00
|
|
|
|
2012-06-06 14:28:22 -04:00
|
|
|
WANTLIB= ICE SM X11 Xext Xpm Xt freetype Xm \
|
|
|
|
c m pthread stdc++ z
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2002-10-28 17:43:46 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-07-04 09:12:04 -04:00
|
|
|
post-install:
|
2004-04-05 22:35:44 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xpdf
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample-xpdfrc \
|
|
|
|
${PREFIX}/share/examples/xpdf/xpdfrc
|
2012-06-06 14:28:22 -04:00
|
|
|
# already in poppler-utils
|
|
|
|
.for i in pdffonts pdfimages pdfinfo pdftoppm pdftops pdftotext
|
|
|
|
rm ${PREFIX}/man/man1/$i.1
|
|
|
|
rm ${PREFIX}/bin/$i
|
|
|
|
.endfor
|
2000-07-04 09:12:04 -04:00
|
|
|
|
1999-01-30 19:19:03 -05:00
|
|
|
.include <bsd.port.mk>
|