mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
e109889906
PR: 205854 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (games/bzflag maintainer)
13 lines
247 B
Makefile
13 lines
247 B
Makefile
# Created by: Kevin Zheng <kevinz5000@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -server
|
|
CONFLICTS= bzflag-2.*
|
|
|
|
COMMENT= Multiplayer 3D tank battle game (server only)
|
|
|
|
SERVER_ONLY= yes
|
|
MASTERDIR= ${.CURDIR}/../bzflag
|
|
|
|
.include "${MASTERDIR}/Makefile"
|