2001-08-27 20:54:46 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2001/08/28 00:54:46 brad Exp $
|
2001-04-15 19:10:36 -04:00
|
|
|
|
|
|
|
COMMENT= "PDF viewer for X"
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2001-03-07 14:10:01 -05:00
|
|
|
DISTNAME= xpdf-0.92
|
2000-07-04 08:48:02 -04:00
|
|
|
CATEGORIES= textproc x11
|
2001-08-27 20:54:46 -04:00
|
|
|
NEED_VERSION= 1.435
|
2000-08-30 19:07:30 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
|
1999-09-15 17:59:56 -04:00
|
|
|
MASTER_SITE_SUBDIR= support/xpdf
|
|
|
|
EXTRACT_SUFX= .tgz
|
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
|
|
|
|
2001-08-27 20:54:46 -04:00
|
|
|
LIB_DEPENDS= t1x.3::devel/t1lib \
|
2001-03-10 12:23:27 -05:00
|
|
|
ttf.1.3::print/freetype
|
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
|
|
|
|
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
|
|
|
|
2001-04-15 19:10:36 -04:00
|
|
|
USE_X11= Yes
|
2001-03-07 14:10:01 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-08-31 05:31:45 -04:00
|
|
|
CONFIGURE_ARGS= --with-gzip \
|
|
|
|
--with-t1-library="${LOCALBASE}/lib" \
|
2001-03-10 12:23:27 -05:00
|
|
|
--with-t1-includes="${LOCALBASE}/include" \
|
|
|
|
--with-freetype-library="${LOCALBASE}/lib" \
|
|
|
|
--with-freetype-includes="${LOCALBASE}/include/freetype"
|
1999-01-30 19:19:03 -05:00
|
|
|
|
2000-07-04 09:12:04 -04:00
|
|
|
post-install:
|
|
|
|
@cd ${PREFIX}/bin && \
|
|
|
|
strip pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf
|
|
|
|
|
1999-01-30 19:19:03 -05:00
|
|
|
.include <bsd.port.mk>
|