aboutsummaryrefslogtreecommitdiff
path: root/net/msend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/msend/Makefile')
-rw-r--r--net/msend/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile
new file mode 100644
index 000000000000..e73e8a85af89
--- /dev/null
+++ b/net/msend/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: msend
+# Date created: Apr 2, 2001
+# Whom: Mark Pulford <mark@kyne.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= msend
+PORTVERSION= 3.0
+CATEGORIES= net
+MASTER_SITES= http://homepages.tig.com.au/~mrudat/software/msend/
+
+MAINTAINER= mark@kyne.com.au
+
+GNU_CONFIGURE= yes
+CFLAGS+= -DUSE_READLINE
+
+MAN1= msend.1
+MAN8= mesgd.8
+
+.include <bsd.port.mk>