mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
8bdc9bfcf5
- Reorganize Makefile - Bump PORTREVISION PR: 95063 Submitted by: "Anish Mistry" <amistry___am-productions.biz> Approved by: maintainer
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# New ports collection makefile for: teamspeak_server
|
|
# Date created: 22 January 2003
|
|
# Whom: Daniel O'Connor
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= teamspeak_server
|
|
PORTVERSION= 2.0.20.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio net
|
|
MASTER_SITES= ftp://ftp.freenet.de/pub/4players/teamspeak.org/releases/
|
|
DISTNAME= ts2_server_rc2_20201
|
|
|
|
MAINTAINER= tremere@cainites.net
|
|
COMMENT= Server side of the TeamSpeak group voice chat system
|
|
|
|
WRKSRC= ${WRKDIR}/tss2_rc2
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_BZIP2= yes
|
|
NO_BUILD= yes
|
|
USE_LINUX= yes
|
|
PKGDEINSTALL= ${PKGINSTALL}
|
|
|
|
USE_RC_SUBR= teamspeak-server
|
|
|
|
pre-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/teamspeak_server
|
|
${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${PREFIX}/lib/teamspeak_server -xf -
|
|
|
|
post-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL
|
|
|
|
post-deinstall:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGDEINSTALL} ${PORTNAME} POST-DEINSTALL
|
|
|
|
.include <bsd.port.mk>
|