1996-02-10 20:33:09 +00:00
|
|
|
# New ports collection makefile for: xpdf
|
1998-12-06 17:08:46 +00:00
|
|
|
# Version required: 0.80
|
1996-02-10 20:33:09 +00:00
|
|
|
# Date created: 02 Feb 1996
|
|
|
|
# Whom: chuckr@glue.umd.edu
|
|
|
|
#
|
1998-12-09 10:44:36 +00:00
|
|
|
# $Id: Makefile,v 1.18 1998/12/07 00:40:18 obrien Exp $
|
1996-02-10 20:33:09 +00:00
|
|
|
#
|
|
|
|
|
1998-12-06 17:08:46 +00:00
|
|
|
DISTNAME= xpdf-0.80
|
1997-03-21 23:07:01 +00:00
|
|
|
CATEGORIES= graphics print
|
1998-12-06 23:36:04 +00:00
|
|
|
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
|
|
|
|
ftp://ftp.duke.edu/pub/X11/contrib/applications/ \
|
|
|
|
ftp://ftp.cdrom.com/pub/tex/ctan/support/xpdf/
|
|
|
|
|
1998-12-06 17:08:46 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1996-02-10 20:33:09 +00:00
|
|
|
|
|
|
|
MAINTAINER= chuckr@glue.umd.edu
|
|
|
|
|
1998-09-17 00:33:02 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
1998-03-11 03:08:18 +00:00
|
|
|
|
1998-12-09 10:44:36 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-03-11 03:08:18 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-12-07 00:40:19 +00:00
|
|
|
CONFIGURE_ARGS= --with-gzip --enable-japanese
|
1998-12-09 10:44:36 +00:00
|
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
|
|
|
|
1998-12-06 17:08:46 +00:00
|
|
|
MAN1= pdfimages.1 \
|
|
|
|
pdfinfo.1 \
|
|
|
|
pdftopbm.1 \
|
|
|
|
pdftops.1 \
|
|
|
|
pdftotext.1 \
|
|
|
|
xpdf.1
|
1996-02-10 20:33:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|