openbsd-ports/games/freesynd/Makefile
2022-03-11 19:04:03 +00:00

25 lines
490 B
Makefile

COMMENT = open source reimplementation of Syndicate game
DISTNAME = freesynd-0.7.5
CATEGORIES = games x11
REVISION = 0
HOMEPAGE = https://freesynd.sourceforge.io/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} SDL SDL_image SDL_mixer c m png
WANTLIB += z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=freesynd/}
MODULES = devel/cmake
LIB_DEPENDS = devel/sdl-image \
devel/sdl-mixer
NO_TEST = Yes
.include <bsd.port.mk>