blob: 0fe0af52a4d346eaeeccd0b341ef3c93bb716638 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|