mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
16 lines
274 B
Makefile
16 lines
274 B
Makefile
# Created by: Dominic Fandrey <kamikaze@bsdforen.de>
|
|
|
|
PORTNAME= ioquake3
|
|
PKGNAMESUFFIX= -server
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ioquake3 dedicated server
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}
|
|
|
|
IOQ3= SERVER GAMELIBS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|