summaryrefslogtreecommitdiff
path: root/news/xmitbin/Makefile
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>1998-05-16 03:30:43 +0000
committerDonald Burr <dburr@FreeBSD.org>1998-05-16 03:30:43 +0000
commit0ecccd54b8d73a793b4d0047410effcd8b3375a7 (patch)
tree4dd3d78845da8f7460ab8de9303ac38b91c24ca6 /news/xmitbin/Makefile
parentupdated with RESTRICTED status of x11/sharefonts. (diff)
New port news/xmitbin, a binary file e-mailer &/or poster.
Notes
Notes: svn path=/head/; revision=11005
Diffstat (limited to 'news/xmitbin/Makefile')
-rw-r--r--news/xmitbin/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/news/xmitbin/Makefile b/news/xmitbin/Makefile
new file mode 100644
index 000000000000..ae3f606ff1f8
--- /dev/null
+++ b/news/xmitbin/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xmitnin
+# Version required: 1.9
+# Date created: 29 Nov 1997
+# Whom: Donald Burr <dburr@FreeBSD.ORG>
+#
+# $Id$
+#
+
+DISTNAME= xmitBin-1.9
+PKGNAME= xmitbin-1.9
+CATEGORIES= news mail
+MASTER_SITES= ftp://ftp.cadence.com/utils/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= dburr@FreeBSD.ORG
+
+MAN1= xmitBin.1
+NO_WRKSUBDIR= YES
+
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>