1995-04-15 04:34:11 +00:00
|
|
|
# New ports collection makefile for: psutils
|
|
|
|
# Version required: 1.13
|
|
|
|
# Date created: 21 September 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1996-03-28 23:25:40 +00:00
|
|
|
# $Id: Makefile,v 1.7 1995/11/22 13:18:23 asami Exp $
|
1995-04-15 04:34:11 +00:00
|
|
|
#
|
|
|
|
|
1994-09-21 23:05:50 +00:00
|
|
|
DISTNAME= psutils-1.13
|
1995-11-22 13:18:35 +00:00
|
|
|
CATEGORIES+= print
|
1995-04-15 04:34:11 +00:00
|
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/
|
|
|
|
|
1995-04-11 02:02:17 +00:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
1994-09-21 23:05:50 +00:00
|
|
|
|
1995-04-15 04:34:11 +00:00
|
|
|
WRKSRC= $(WRKDIR)/src-1.3
|
|
|
|
|
1994-09-29 13:48:42 +00:00
|
|
|
pre-install:
|
1994-10-08 23:46:07 +00:00
|
|
|
@mkdir -p ${PREFIX}/share/psutils
|
1996-03-28 23:25:40 +00: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 13:48:42 +00:00
|
|
|
|
1994-09-21 23:05:50 +00:00
|
|
|
.include <bsd.port.mk>
|