1995-04-15 00:34:11 -04:00
|
|
|
# New ports collection makefile for: psutils
|
|
|
|
# Version required: 1.13
|
|
|
|
# Date created: 21 September 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1996-03-28 18:25:40 -05:00
|
|
|
# $Id: Makefile,v 1.7 1995/11/22 13:18:23 asami Exp $
|
1995-04-15 00:34:11 -04:00
|
|
|
#
|
|
|
|
|
1994-09-21 19:05:50 -04:00
|
|
|
DISTNAME= psutils-1.13
|
1995-11-22 08:18:35 -05:00
|
|
|
CATEGORIES+= print
|
1995-04-15 00:34:11 -04:00
|
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/
|
|
|
|
|
1995-04-10 22:02:17 -04:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
1994-09-21 19:05:50 -04:00
|
|
|
|
1995-04-15 00:34:11 -04:00
|
|
|
WRKSRC= $(WRKDIR)/src-1.3
|
|
|
|
|
1994-09-29 09:48:42 -04:00
|
|
|
pre-install:
|
1994-10-08 19:46:07 -04:00
|
|
|
@mkdir -p ${PREFIX}/share/psutils
|
1996-03-28 18:25:40 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
@for f in psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \
|
|
|
|
getafm.1 fixdlsrps.1 fixfmps.1 fixmacps.1 fixpsditps.1 fixpspps.1 \
|
|
|
|
fixtpps.1 fixwfwps.1 fixwpps.1 fixwwps.1 extractres.1 includeres.1; do \
|
|
|
|
gzip -nf ${PREFIX}/man/man1/$$f; done
|
|
|
|
.endif
|
1994-09-29 09:48:42 -04:00
|
|
|
|
1994-09-21 19:05:50 -04:00
|
|
|
.include <bsd.port.mk>
|