summaryrefslogtreecommitdiff
path: root/net/vchat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vchat/Makefile')
-rw-r--r--net/vchat/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/vchat/Makefile b/net/vchat/Makefile
new file mode 100644
index 000000000000..afd2dbf5ead9
--- /dev/null
+++ b/net/vchat/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: vchat
+# Date created: 20 Mar 2001
+# Whom: Andreas Wetzel <mickey@netassembly.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= vchat
+PORTVERSION= 2.42a
+CATEGORIES= net
+MASTER_SITES= http://www.enforcer.cc/vchat/clients/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-export-client
+
+MAINTAINER= vchat@netassembly.de
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+GNU_CONFIGURE= yes
+
+MAN1= vchat.1
+MAN5= vchatrc.5
+
+.include <bsd.port.mk>