1996-02-10 20:33:09 +00:00
|
|
|
# New ports collection makefile for: xpdf
|
1996-06-03 00:13:01 +00:00
|
|
|
# Version required: 0.5
|
1996-02-10 20:33:09 +00:00
|
|
|
# Date created: 02 Feb 1996
|
|
|
|
# Whom: chuckr@glue.umd.edu
|
|
|
|
#
|
1996-06-03 00:13:01 +00:00
|
|
|
# $Id: Makefile,v 1.5 1996/05/30 11:11:10 peter Exp $
|
1996-02-10 20:33:09 +00:00
|
|
|
#
|
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
DISTNAME= xpdf-0.5
|
1996-02-10 20:33:09 +00:00
|
|
|
CATEGORIES+= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/
|
|
|
|
|
|
|
|
MAINTAINER= chuckr@glue.umd.edu
|
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
|
1996-05-30 11:11:14 +00:00
|
|
|
post-install:
|
|
|
|
install -c -m 444 ${WRKSRC}/xpdf.1 ${PREFIX}/man/man1
|
|
|
|
install -c -m 444 ${WRKSRC}/pdftops.1 ${PREFIX}/man/man1
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/xpdf.1 ${PREFIX}/man/man1/pdftops.1
|
|
|
|
.endif
|
|
|
|
|
1996-02-10 20:33:09 +00:00
|
|
|
.include <bsd.port.mk>
|