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
317 B
Makefile
15 lines
317 B
Makefile
# Created by: Dominic Fandrey
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ioquake3-devel
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Ioquake3 development snapshot dedicated server
|
|
|
|
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
IOQ3= SERVER GAMELIBS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|