ok landry@ M.A.R.S. is a ridiculous 2D space shooter with awesome visual effects and attractive physics. Players can battle each other or computer controlled enemies in exciting game modes. In the year 3547, civilizations all over the galaxy have settled their own planets, living in peace and harmony. But outside their contemplative habitats, the GREAT WAR is raging. As a famous fighter on your way to never ending honor and prosperity, you must protect your planet from the oncoming doom of your jealous neighbors!
35 lines
871 B
Makefile
35 lines
871 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/09/29 05:25:04 bcallah Exp $
|
|
|
|
V = 0.7.5
|
|
COMMENT = ridiculous shoot-em-up game
|
|
DISTNAME = mars_source_${V}
|
|
PKGNAME = mars-${V}
|
|
CATEGORIES = games x11
|
|
|
|
HOMEPAGE = http://mars-game.sourceforge.net/
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += GL GLU ICE SM X11 Xext Xrandr c fribidi m pthread sfml-audio
|
|
WANTLIB += sfml-graphics sfml-system sfml-window stdc++ 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+2,-guic
|
|
|
|
NO_TEST = Yes
|
|
WRKDIST = ${WRKDIR}/mars-game
|
|
|
|
.include <bsd.port.mk>
|