0bb2dd50a7
PR: 39845 Submitted by: maintainer
23 lines
427 B
Makefile
23 lines
427 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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= vchat.1
|
|
MAN5= vchatrc.5
|
|
MAN8= vchatd.8
|
|
|
|
.include <bsd.port.mk>
|