mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
deb72e9dba
- Register UID, provide rc script PR: ports/102479 Submitted by: Andreas S. Wetzel <mickey@netassembly.de> (maintainer)
42 lines
858 B
Makefile
42 lines
858 B
Makefile
# New ports collection makefile for: vserver
|
|
# Date created: 10. Jan 06
|
|
# Whom: Andreas Wetzel <mickey@netassembly.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vserver
|
|
PORTVERSION= 2.43a
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enforcer.cc/vchat/filez/
|
|
|
|
MAINTAINER= mickey@netassembly.de
|
|
COMMENT= Server software of the VChat conference system
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_RC_SUBR= vserver
|
|
|
|
MAN8= vchatctl.8 vserver.8
|
|
|
|
VCHATUSER= vchat
|
|
VCHATGROUP= vchat
|
|
|
|
SUB_FILES= pkg-install pkg-deinstall
|
|
SUB_LIST+= VCHATUSER=${VCHATUSER} \
|
|
VCHATGROUP=${VCHATGROUP}
|
|
|
|
PLIST_FILES= sbin/vserver sbin/vchatctl \
|
|
"@dirrmtry etc/vchat"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
pre-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
|
|
post-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.post.mk>
|