16 lines
297 B
Makefile
16 lines
297 B
Makefile
# Created by: Dominic Fandrey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openarena
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= OpenArena dedicated server
|
|
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
IOQ3= SERVER
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|