mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
24 lines
489 B
Makefile
24 lines
489 B
Makefile
# New ports collection makefile for: vchat
|
|
# Date created: 20 Mar 2001
|
|
# Whom: Andreas Wetzel <mickey@netassembly.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vchat
|
|
PORTVERSION= 2.42c
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enforcer.cc/vchat/filez/
|
|
|
|
MAINTAINER= vchat@enforcer.cc
|
|
COMMENT= Client software for taking part in VChat conferences
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= vchat.1
|
|
MAN5= vchatrc.5
|
|
MAN8= vchatd.8
|
|
|
|
.include <bsd.port.mk>
|