summaryrefslogtreecommitdiff
path: root/irc/dircproxy/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 19:49:24 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 19:49:24 +0000
commitdcf81d87989768906aa4be95f06ae8402df84dd5 (patch)
treedf9e8b1f5c89d0cc0524b08a04108839843ee76f /irc/dircproxy/Makefile
parentupdate to 0.75.12. (diff)
Add dircproxy 1.0.0, a detachable irc proxy server with many features.
PR: 24255 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'irc/dircproxy/Makefile')
-rw-r--r--irc/dircproxy/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile
new file mode 100644
index 000000000000..be6ccbb93cbc
--- /dev/null
+++ b/irc/dircproxy/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: dircproxy
+# Date created: 11 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dircproxy
+PORTVERSION= 1.0.0
+CATEGORIES= irc
+MASTER_SITES= ftp://dircproxy.sourceforge.net/pub/dircproxy/1.0/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN1= dircproxy.1 dircproxy-crypt.1
+
+post-install:
+ @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
+
+.include <bsd.port.mk>