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