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