summaryrefslogtreecommitdiff
path: root/graphics/xpdf/Makefile
blob: d582855eb39493cac5c4b10530dcc56f3b8bcecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	xpdf
# Version required:     0.5
# Date created:         02 Feb 1996
# Whom:                 chuckr@glue.umd.edu
#
# $Id: Makefile,v 1.5 1996/05/30 11:11:10 peter Exp $
#

DISTNAME=       xpdf-0.5
CATEGORIES+=	graphics
MASTER_SITES=   ftp://ftp.andrew.cmu.edu/pub/xpdf/

MAINTAINER=	chuckr@glue.umd.edu

USE_X11=	yes

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

.include <bsd.port.mk>