diff options
Diffstat (limited to 'print/psutils-letter/Makefile')
-rw-r--r-- | print/psutils-letter/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 6412d0b..db52b14 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -1,9 +1,19 @@ +# New ports collection makefile for: psutils +# Version required: 1.13 +# Date created: 21 September 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= psutils-1.13 -WRKSRC= $(WRKDIR)/src-1.3 -MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ CATEGORIES+= printing +MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ + MAINTAINER= jmz@FreeBSD.org +WRKSRC= $(WRKDIR)/src-1.3 + pre-install: @mkdir -p ${PREFIX}/share/psutils @mkdir -p ${PREFIX}/man/man1 |