2004-12-22 12:36:24 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.46 2004/12/22 17:36:24 robert Exp $
|
2001-04-15 19:10:36 -04:00
|
|
|
|
|
|
|
COMMENT= "PDF viewer for X"
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2004-01-25 01:02:40 -05:00
|
|
|
DISTNAME= xpdf-3.00
|
2004-12-22 12:36:24 -05:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2000-07-04 08:48:02 -04:00
|
|
|
CATEGORIES= textproc x11
|
2002-10-28 17:43:46 -05:00
|
|
|
|
2002-04-27 00:21:01 -04:00
|
|
|
MASTER_SITES= ftp://ftp.foolabs.com/pub/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
|
|
|
|
2004-07-29 21:19:28 -04:00
|
|
|
LIB_DEPENDS+= t1.3::devel/t1lib
|
2004-01-31 13:06:38 -05:00
|
|
|
RUN_DEPENDS+= ::print/ghostscript/gnu-fonts
|
2001-03-07 14:10:01 -05:00
|
|
|
|
2001-03-10 12:23:27 -05:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2002-12-29 18:45:20 -05:00
|
|
|
# GPL
|
2000-03-26 13:38:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-06 19:23:20 -05:00
|
|
|
WANTLIB= ICE SM X11 Xext Xp Xpm Xt c freetype m pthread \
|
|
|
|
stdc++
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2001-04-15 19:10:36 -04:00
|
|
|
USE_X11= Yes
|
2002-04-27 00:21:01 -04:00
|
|
|
USE_GMAKE= Yes
|
2003-02-12 03:28:20 -05:00
|
|
|
USE_MOTIF= openmotif
|
2004-11-06 13:19:53 -05:00
|
|
|
CONFIGURE_STYLE=autoconf no-autoheader
|
2004-12-22 12:36:24 -05:00
|
|
|
AUTOCONF_VERSION=2.59
|
2004-01-25 04:44:20 -05:00
|
|
|
CONFIGURE_ARGS+= --enable-multithreaded \
|
|
|
|
--without-Sgm-library \
|
|
|
|
--without-libpaper-library
|
2004-02-14 16:06:54 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2 -I${X11BASE}/include -I${LOCALBASE}/include" \
|
2002-04-27 00:21:01 -04:00
|
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
|
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:
|
|
|
|
@cd ${PREFIX}/bin && \
|
2004-01-25 01:02:40 -05:00
|
|
|
strip pdffonts pdfimages pdfinfo pdftoppm pdftops pdftotext xpdf
|
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
|
2000-07-04 09:12:04 -04:00
|
|
|
|
1999-01-30 19:19:03 -05:00
|
|
|
.include <bsd.port.mk>
|