thfr ecfac0c35e update fnaify to 2.1, with compatibility for additional games:
Akane the Kunoichi
Amazing Princess Sarah
Apple Jack 1&2
Dead Pixels
Draw a Stickman: EPIC
Explosionade
Game Type
Grand Class Melee 2
Mount Your Friends
Phoenix Force
Super Blood Hockey
Sword of the Stars: The Pit
Terraria
Weapon of Choice
2019-12-08 17:02:33 +00:00

41 lines
909 B
Makefile

# $OpenBSD: Makefile,v 1.7 2019/12/08 17:02:33 thfr Exp $
# Don't bother on non-mono archs.
ONLY_FOR_ARCHS = ${MONO_ARCHS}
V = 2.1
COMMENT = run FNA/XNA games on OpenBSD
DISTNAME = fnaify-${V}
CATEGORIES = games
HOMEPAGE = https://www.PlayOnBSD.com
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
# ISC
PERMIT_PACKAGE = Yes
MASTER_SITES = https://github.com/rfht/fnaify/releases/download/${V}/
# it may be possible to drop audio/openal and a few others when FAudio
# has been disseminated to all FNA games
RUN_DEPENDS = audio/libogg \
audio/libvorbis \
audio/openal \
devel/sdl2-image \
games/steamworks-nosteam \
graphics/jpeg \
graphics/mojoshader \
graphics/png \
lang/mono \
multimedia/libtheora \
multimedia/libtheorafile \
multimedia/libtheoraplay
NO_BUILD = Yes
NO_TEST = Yes
do-configure:
sed -i 's,\/usr/\local,${LOCALBASE},g' ${WRKSRC}/fnaify
.include <bsd.port.mk>