bcallah a93029738c Import games/freesynd, an open source reimplementation of Syndicate game.
ok kirby@

FreeSynd is a cross-platform, GPLed reimplementation of the engine for
the classic Bullfrog game, Syndicate.

While freesynd is a game engine and is open source software, Syndicate
is proprietary software and must be purchased in order for freesynd to
work.
2019-06-19 00:04:58 +00:00

26 lines
542 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2019/06/19 00:04:58 bcallah Exp $
COMMENT = open source reimplementation of Syndicate game
DISTNAME = freesynd-0.7.5
CATEGORIES = games x11
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>