mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
32b38a45c4
With hat: portmgr
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# Created by: Andreas Wetzel <mickey@netassembly.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vchat
|
|
PORTVERSION= 2.42c
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enforcer.cc/vchat/filez/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Client software for taking part in VChat conferences
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= vchat.1
|
|
MAN5= vchatrc.5
|
|
MAN8= vchatd.8
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
PLIST_FILES= bin/vchat libexec/vchatd
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|