mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
757535e809
PR: ports/91591 Submitted by: Andreas Wetzel <mickey@netassembly.de>
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# New ports collection makefile for: vserver
|
|
# Date created: 10. Jan 06
|
|
# Whom: Andreas Wetzel <mickey@netassembly.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vserver
|
|
PORTVERSION= 2.42f
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enforcer.cc/vchat/filez/
|
|
|
|
MAINTAINER= mickey@netassembly.de
|
|
COMMENT= Server software of the VChat conference system
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= vchatctl.8 vserver.8
|
|
PLIST_FILES= sbin/vserver sbin/vchatctl
|
|
|
|
.include <bsd.port.mk>
|