mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3b64ffeba3
- games/ioquake3-devel-server added - games/ioquake3-server added - games/iourbanterror-server - games/openarena-server added - update games/ioquake3-devel to svn revision 2244 - update games/openarena to 0.8.8 - update games/openarena-data to 0.8.8 Doing this in single commit since all this ports are tightly interconnected. PR: ports/165842 Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer)
18 lines
375 B
Makefile
18 lines
375 B
Makefile
# New ports collection makefile for: ioquake3-server
|
|
# Date created: 19 May 2012
|
|
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ioquake3
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Ioquake3 dedicated server
|
|
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|