aboutsummaryrefslogtreecommitdiffstats
path: root/net/vchat/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-18 13:47:54 +0800
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-18 13:47:54 +0800
commit848e8b59b2b5303d1cae1ea441b10953cf454602 (patch)
treeb8b88b1e7c39789863bd9533eadf8f353bca770a /net/vchat/Makefile
parent2cf3783c855e93797b153b678e704e979efc547a (diff)
downloadfreebsd-ports-848e8b59b2b5303d1cae1ea441b10953cf454602.tar.gz
freebsd-ports-848e8b59b2b5303d1cae1ea441b10953cf454602.tar.zst
freebsd-ports-848e8b59b2b5303d1cae1ea441b10953cf454602.zip
add vchat
Client software for taking part in VChat conferences PR: 28964 Submitted by: Andreas Wetzel <mickey@netassembly.de>
Notes
Notes: svn path=/head/; revision=46406
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>