blob: 1608f7a2a1fa470463f6618c61762e254b64ccd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $FreeBSD$
PKGNAMESUFFIX= -server
OPTIONS_SLAVE= SERVER
OPTIONS_EXCLUDE=CLIENT NLS SOUND
COMMENT= Server component for Voxelands
MASTERDIR= ${.CURDIR}/../voxelands
.include "${MASTERDIR}/Makefile"
|