23 lines
527 B
Makefile
23 lines
527 B
Makefile
# New ports collection makefile for: xpdf
|
|
# Version required: 0.7a
|
|
# Date created: 02 Feb 1996
|
|
# Whom: chuckr@glue.umd.edu
|
|
#
|
|
# $Id: Makefile,v 1.11 1997/10/24 16:51:59 chuckr Exp $
|
|
#
|
|
|
|
DISTNAME= xpdf-0.7a
|
|
CATEGORIES= graphics print
|
|
MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/
|
|
|
|
MAINTAINER= chuckr@glue.umd.edu
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-gzip
|
|
USE_X11= yes
|
|
MAN1= xpdf.1 pdftops.1 pdftotext.1
|
|
|
|
.include <bsd.port.mk>
|