diff options
author | Steve Price <steve@FreeBSD.org> | 1998-03-15 20:26:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-03-15 20:26:07 +0000 |
commit | a126d935057e17d16d62599bcc34f507734aaa0b (patch) | |
tree | 583bdba1c2d57069387616ec6dfa4d98490a1347 /mail/sigrot/Makefile | |
parent | 7aa065a888bee75aae98f68b20f40729fd03e827 (diff) | |
download | ports-a126d935057e17d16d62599bcc34f507734aaa0b.tar.gz ports-a126d935057e17d16d62599bcc34f507734aaa0b.zip |
Notes
Diffstat (limited to 'mail/sigrot/Makefile')
-rw-r--r-- | mail/sigrot/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile new file mode 100644 index 000000000000..d3723bfd70ec --- /dev/null +++ b/mail/sigrot/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: sigrot +# Version required: 1.0 +# Date created: 4 Mar 1998 +# Whom: Marijn Meijles <marijn@stack.nl> +# +# $Id$ +# + +DISTNAME= sigrot_v1.0 +PKGNAME= sigrot-1.0 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/mail/misc + +MAINTAINER= marijn@stack.nl + +MAN1= sigrot.1 + +.include <bsd.port.mk> |