aboutsummaryrefslogtreecommitdiff
path: root/mail/sigrot/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-03-15 20:26:07 +0000
committerSteve Price <steve@FreeBSD.org>1998-03-15 20:26:07 +0000
commita126d935057e17d16d62599bcc34f507734aaa0b (patch)
tree583bdba1c2d57069387616ec6dfa4d98490a1347 /mail/sigrot/Makefile
parent7aa065a888bee75aae98f68b20f40729fd03e827 (diff)
downloadports-a126d935057e17d16d62599bcc34f507734aaa0b.tar.gz
ports-a126d935057e17d16d62599bcc34f507734aaa0b.zip
Utility to rotate your mail/news signature.
PR: 5917 Submitted by: Marijn Meijles <marijn@stack.nl>
Notes
Notes: svn path=/head/; revision=10156
Diffstat (limited to 'mail/sigrot/Makefile')
-rw-r--r--mail/sigrot/Makefile19
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>