aboutsummaryrefslogtreecommitdiffstats
path: root/irc/dircproxy-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/dircproxy-devel/Makefile')
-rw-r--r--irc/dircproxy-devel/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile
new file mode 100644
index 000000000000..be6ccbb93cbc
--- /dev/null
+++ b/irc/dircproxy-devel/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>