35882a6904
is not in poppler. input from and ok kili@
50 lines
1.3 KiB
Makefile
50 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.82 2012/06/06 18:28:22 ajacoutot Exp $
|
|
|
|
COMMENT= PDF viewer for X11
|
|
|
|
DISTNAME= xpdf-3.03
|
|
REVISION= 0
|
|
CATEGORIES= textproc x11
|
|
|
|
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
|
ftp://gd.tuwien.ac.at/publishing/xpdf/ \
|
|
http://mirror.ctan.org/support/xpdf/
|
|
|
|
HOMEPAGE= http://www.foolabs.com/xpdf/
|
|
|
|
# GPLv2 only or GPLv3 only or both (at our choice)
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS+= x11/openmotif
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --enable-multithreaded \
|
|
--without-Sgm-library \
|
|
--without-libpaper-library
|
|
|
|
CONFIGURE_ENV= CPPFLAGS='-I${X11BASE}/include/freetype2 -I${X11BASE}/include -I${LOCALBASE}/include -DLOCALBASE="\"${LOCALBASE}\""' \
|
|
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm -lz"
|
|
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
|
|
|
RUN_DEPENDS= print/ghostscript/gnu-fonts
|
|
|
|
WANTLIB= ICE SM X11 Xext Xpm Xt freetype Xm \
|
|
c m pthread stdc++ z
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xpdf
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample-xpdfrc \
|
|
${PREFIX}/share/examples/xpdf/xpdfrc
|
|
# already in poppler-utils
|
|
.for i in pdffonts pdfimages pdfinfo pdftoppm pdftops pdftotext
|
|
rm ${PREFIX}/man/man1/$i.1
|
|
rm ${PREFIX}/bin/$i
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|