4a5c97cd51
The patch applied without incident. Tested on DragonFly poudriere, everything built fine. It include an i386 fix, which is why the previous commit was reverted. The only modification was to change EXTRACT_CMD to TAR in a couple of places. PR: ports/187859 submitted by; maintainer (Dominic Fandrey)
15 lines
290 B
Makefile
15 lines
290 B
Makefile
# Created by: Dominic Fandrey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iourbanterror
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Urban Terror dedicated server
|
|
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
IOQ3= SERVER
|
|
|
|
.include "${MASTERDIR}/Makefile"
|