diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-30 13:25:41 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-30 13:25:41 +0000 |
commit | 1f1e718eaf1ce591f8d4b084ea8b3c5f29a3db14 (patch) | |
tree | 10bc9656d2fca70bf0ca3e34d21057e2d627f2d0 /net/netscript/Makefile | |
parent | 6ddd4aeae8c011f8224d8b1aa63bcaff48af87dd (diff) | |
download | FreeBSD-ports-1f1e718eaf1ce591f8d4b084ea8b3c5f29a3db14.zip FreeBSD-ports-1f1e718eaf1ce591f8d4b084ea8b3c5f29a3db14.tar.gz |
add netscript
(portable/multi-platform) lightweight tcp socket scripting
Diffstat (limited to 'net/netscript/Makefile')
-rw-r--r-- | net/netscript/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/netscript/Makefile b/net/netscript/Makefile new file mode 100644 index 0000000..07a4405 --- /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> |