16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ioquake3
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= kami@FreeBSD.org
|
|
COMMENT= Ioquake3 dedicated server
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
IOQ3= SERVER GAMELIBS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|