848e8b59b2
Client software for taking part in VChat conferences PR: 28964 Submitted by: Andreas Wetzel <mickey@netassembly.de>
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# 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>
|