summaryrefslogtreecommitdiff
path: root/net/netscript/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-30 13:25:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-30 13:25:41 +0000
commitc03d6e53e3b0c3cf3660590d778a5c739ef5ebba (patch)
tree1f70f87d48118374be6eda496eebda3edccf13c0 /net/netscript/Makefile
parentchange master site to sourceforge (diff)
add netscript
(portable/multi-platform) lightweight tcp socket scripting
Notes
Notes: svn path=/head/; revision=43311
Diffstat (limited to 'net/netscript/Makefile')
-rw-r--r--net/netscript/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/netscript/Makefile b/net/netscript/Makefile
new file mode 100644
index 000000000000..07a4405de158
--- /dev/null
+++ b/net/netscript/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# New ports collection makefile for: netscript
+# Date created: May 30, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= netscript
+PORTVERSION= 1.6.0
+CATEGORIES= net
+MASTER_SITES= http://www.realhalo.org/netscript/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ijliao@FreeBSD.org
+
+ALL_TARGET= bsd
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/netscript ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/examples/netscript
+ (cd ${WRKSRC}/examples ; \
+ ${INSTALL_DATA} * ${PREFIX}/share/examples/netscript)
+
+.include <bsd.port.mk>