openbsd-ports/textproc/xpdf/Makefile

37 lines
873 B
Makefile
Raw Normal View History

2001-08-27 20:54:46 -04:00
# $OpenBSD: Makefile,v 1.21 2001/08/28 00:54:46 brad Exp $
COMMENT= "PDF viewer for X"
2001-03-07 14:10:01 -05:00
DISTNAME= xpdf-0.92
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
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 \
ttf.1.3::print/freetype
2001-03-07 14:10:01 -05:00
MAINTAINER= Brad Smith <brad@openbsd.org>
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
USE_X11= Yes
2001-03-07 14:10:01 -05:00
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"
2000-07-04 09:12:04 -04:00
post-install:
@cd ${PREFIX}/bin && \
strip pdfimages pdfinfo pdftopbm pdftops pdftotext xpdf
.include <bsd.port.mk>