summaryrefslogtreecommitdiff
path: root/net/pen/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-13 18:52:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-13 18:52:17 +0000
commit16fafce74e22f2a71d8136919de7d175039a8467 (patch)
tree5d9de16ad391bb431dfd77a652e3b7ed8381ab69 /net/pen/Makefile
parentUp to date pkg-descr. (diff)
add pen
A load balancer for "simple" tcp based protocols
Notes
Notes: svn path=/head/; revision=49992
Diffstat (limited to 'net/pen/Makefile')
-rw-r--r--net/pen/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile
new file mode 100644
index 000000000000..a5399e5a2c29
--- /dev/null
+++ b/net/pen/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# New ports collection makefile for: pen
+# Date created: Nov 13, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= pen
+PORTVERSION= 0.5.0
+CATEGORIES= net
+MASTER_SITES= ftp://siag.nu/pub/pen/ \
+ http://siag.nu/pub/pen/
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-daemon
+
+MAN1= mergelogs.1 pen.1
+
+.include <bsd.port.mk>