caed3f3d96
- takeover as MAINTAINER. - remove freetype FLAVOR and just include it by default.
34 lines
831 B
Makefile
34 lines
831 B
Makefile
# $OpenBSD: Makefile,v 1.18 2001/03/10 17:23:28 brad Exp $
|
|
|
|
DISTNAME= xpdf-0.92
|
|
CATEGORIES= textproc x11
|
|
NEED_VERSION= 1.336
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
|
MASTER_SITE_SUBDIR= support/xpdf
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://www.foolabs.com/xpdf/
|
|
|
|
LIB_DEPENDS= t1x.2::devel/t1lib \
|
|
ttf.1.3::print/freetype
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-gzip \
|
|
--with-t1-library="${LOCALBASE}/lib" \
|
|
--with-t1-includes="${LOCALBASE}/include" \
|
|
--with-freetype-library="${LOCALBASE}/lib" \
|
|
--with-freetype-includes="${LOCALBASE}/include/freetype"
|
|
|
|
post-install:
|
|
@cd ${PREFIX}/bin && \
|
|
strip pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf
|
|
|
|
.include <bsd.port.mk>
|