35 lines
824 B
Makefile

# $OpenBSD: Makefile,v 1.8 2017/07/26 22:45:21 sthen Exp $
V = 0.7.5
COMMENT = ridiculous shoot-em-up game
DISTNAME = mars_source_${V}
PKGNAME = mars-${V}
CATEGORIES = games x11
REVISION = 4
HOMEPAGE = http://mars-game.sourceforge.net/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU Xrandr c fribidi m pthread sfml-audio sfml-graphics
WANTLIB += sfml-system sfml-window ${COMPILER_LIBCXX} tag
# Not using the GH_* variables on purpose. The tarball was generated
# separately. Will update to use GH_* next time M.A.R.S. is updated.
MASTER_SITES = https://github.com/downloads/thelaui/M.A.R.S./
MODULES = devel/cmake
LIB_DEPENDS = audio/taglib \
devel/fribidi \
multimedia/sfml
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
NO_TEST = Yes
WRKDIST = ${WRKDIR}/mars-game
.include <bsd.port.mk>