16 lines
255 B
Makefile
16 lines
255 B
Makefile
# Created by: Dominic Fandrey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openarena
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= kami@FreeBSD.org
|
|
COMMENT= OpenArena dedicated server
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
IOQ3= SERVER
|
|
|
|
.include "${MASTERDIR}/Makefile"
|