diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-09 04:17:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-09 04:17:17 +0000 |
commit | 69635d5449c9ea3cf23e434bd17a708e02cde8d0 (patch) | |
tree | b74982a18bd4a6989ea7e9cb499abec17a7dbd6c /misc/figlet/Makefile | |
parent | 36adfbac4ba39ca789053686c84e040427cd805f (diff) |
Notes
Diffstat (limited to 'misc/figlet/Makefile')
-rw-r--r-- | misc/figlet/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile new file mode 100644 index 000000000000..31c2bddce76b --- /dev/null +++ b/misc/figlet/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: figlet +# Version required: 2.1.1 +# Date created: Sat July 20, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# +# $Id$ +# + +DISTNAME= figlet2.1.1 +PKGNAME= figlet-2.1.1 +CATEGORIES+= misc +MASTER_SITES= ftp://ftp.nicoh.com/pub/figlet/program/unix/ \ + ftp://ftp.wwa.com/pub/Scarecrow/Figlet/Unix/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= obrien@cs.ucdavis.edu + +post-install: +.if !defined{NOMANCOMPRESS} +.for mp in figlet.6 + gzip -9nf ${PREFIX}/man/man6/${mp} +.endfor +.endif + +.include <bsd.port.mk> |