diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 05:47:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 05:47:54 +0000 |
commit | 848e8b59b2b5303d1cae1ea441b10953cf454602 (patch) | |
tree | b8b88b1e7c39789863bd9533eadf8f353bca770a /net/vchat | |
parent | 2cf3783c855e93797b153b678e704e979efc547a (diff) | |
download | ports-848e8b59b2b5303d1cae1ea441b10953cf454602.tar.gz ports-848e8b59b2b5303d1cae1ea441b10953cf454602.zip |
Notes
Diffstat (limited to 'net/vchat')
-rw-r--r-- | net/vchat/Makefile | 22 | ||||
-rw-r--r-- | net/vchat/distinfo | 1 | ||||
-rw-r--r-- | net/vchat/pkg-comment | 1 | ||||
-rw-r--r-- | net/vchat/pkg-descr | 3 | ||||
-rw-r--r-- | net/vchat/pkg-plist | 1 |
5 files changed, 28 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> diff --git a/net/vchat/distinfo b/net/vchat/distinfo new file mode 100644 index 000000000000..96fb480a968c --- /dev/null +++ b/net/vchat/distinfo @@ -0,0 +1 @@ +MD5 (vchat-2.42a-export-client.tar.gz) = 6ddeb70e451bf8d94a096ec68e38a4d3 diff --git a/net/vchat/pkg-comment b/net/vchat/pkg-comment new file mode 100644 index 000000000000..b3f339a6017a --- /dev/null +++ b/net/vchat/pkg-comment @@ -0,0 +1 @@ +Client software for taking part in VChat conferences diff --git a/net/vchat/pkg-descr b/net/vchat/pkg-descr new file mode 100644 index 000000000000..9599d40eac7a --- /dev/null +++ b/net/vchat/pkg-descr @@ -0,0 +1,3 @@ +vchat is the client software for taking part in VChat conferences. + +WWW: http://www.enforcer.cc/vchat/ diff --git a/net/vchat/pkg-plist b/net/vchat/pkg-plist new file mode 100644 index 000000000000..852d94f31d9c --- /dev/null +++ b/net/vchat/pkg-plist @@ -0,0 +1 @@ +bin/vchat |