freebsd-ports/print/psutils-letter/Makefile

29 lines
767 B
Makefile
Raw Normal View History

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
#
# $Id: Makefile,v 1.7 1995/11/22 13:18:23 asami Exp $
1995-04-15 00:34:11 -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
1995-04-15 00:34:11 -04:00
WRKSRC= $(WRKDIR)/src-1.3
pre-install:
@mkdir -p ${PREFIX}/share/psutils
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
.include <bsd.port.mk>