2007-11-09 07:15:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.57 2007/11/09 07:15:12 bernd Exp $
|
2001-04-15 23:10:36 +00:00
|
|
|
|
2007-07-31 21:22:16 +00:00
|
|
|
COMMENT= PDF viewer for X11
|
1999-01-31 00:19:03 +00:00
|
|
|
|
2007-03-30 04:09:42 +00:00
|
|
|
DISTNAME= xpdf-3.02
|
2007-11-09 07:15:12 +00:00
|
|
|
PKGNAME= xpdf-3.02pl2
|
2000-07-04 12:48:02 +00:00
|
|
|
CATEGORIES= textproc x11
|
2002-10-28 22:43:46 +00:00
|
|
|
|
2007-03-30 04:09:42 +00:00
|
|
|
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
|
|
|
ftp://gd.tuwien.ac.at/publishing/xpdf/ \
|
|
|
|
ftp://tug.org/xpdf/
|
2007-11-09 07:15:12 +00:00
|
|
|
PATCHFILES= xpdf-3.02pl1.patch xpdf-3.02pl2.patch
|
2007-07-31 21:22:16 +00:00
|
|
|
PATCH_DIST_STRIP=-p1
|
1999-01-31 00:19:03 +00:00
|
|
|
|
2000-08-30 23:07:30 +00:00
|
|
|
HOMEPAGE= http://www.foolabs.com/xpdf/
|
1999-09-15 21:59:56 +00:00
|
|
|
|
2006-08-03 23:55:10 +00:00
|
|
|
LIB_DEPENDS+= t1.>=3::devel/t1lib
|
2004-01-31 18:06:38 +00:00
|
|
|
RUN_DEPENDS+= ::print/ghostscript/gnu-fonts
|
2001-03-07 19:10:01 +00:00
|
|
|
|
2002-12-29 23:45:20 +00:00
|
|
|
# GPL
|
2000-03-26 18:38:51 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-07 00:23:20 +00:00
|
|
|
WANTLIB= ICE SM X11 Xext Xp Xpm Xt c freetype m pthread \
|
2007-03-30 04:09:42 +00:00
|
|
|
stdc++ z
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2001-04-15 23:10:36 +00:00
|
|
|
USE_X11= Yes
|
2002-04-27 04:21:01 +00:00
|
|
|
USE_GMAKE= Yes
|
2003-02-12 08:28:20 +00:00
|
|
|
USE_MOTIF= openmotif
|
2004-11-06 18:19:53 +00:00
|
|
|
CONFIGURE_STYLE=autoconf no-autoheader
|
2004-12-22 17:36:24 +00:00
|
|
|
AUTOCONF_VERSION=2.59
|
2004-01-25 09:44:20 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-multithreaded \
|
|
|
|
--without-Sgm-library \
|
|
|
|
--without-libpaper-library
|
2004-02-14 21:06:54 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2 -I${X11BASE}/include -I${LOCALBASE}/include" \
|
2007-03-30 04:09:42 +00:00
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lz"
|
1999-01-31 00:19:03 +00:00
|
|
|
|
2002-10-28 22:43:46 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-07-04 13:12:04 +00:00
|
|
|
post-install:
|
2004-04-06 02:35:44 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xpdf
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample-xpdfrc \
|
|
|
|
${PREFIX}/share/examples/xpdf/xpdfrc
|
2000-07-04 13:12:04 +00:00
|
|
|
|
1999-01-31 00:19:03 +00:00
|
|
|
.include <bsd.port.mk>
|