2019-12-08 17:02:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2019/12/08 17:02:33 thfr Exp $
|
2018-09-23 18:39:34 +00:00
|
|
|
|
|
|
|
# Don't bother on non-mono archs.
|
|
|
|
ONLY_FOR_ARCHS = ${MONO_ARCHS}
|
|
|
|
|
2019-12-08 17:02:33 +00:00
|
|
|
V = 2.1
|
|
|
|
COMMENT = run FNA/XNA games on OpenBSD
|
|
|
|
DISTNAME = fnaify-${V}
|
2018-09-23 18:39:34 +00:00
|
|
|
CATEGORIES = games
|
|
|
|
|
|
|
|
HOMEPAGE = https://www.PlayOnBSD.com
|
|
|
|
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
|
|
|
|
|
|
|
|
# ISC
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2018-09-23 18:39:34 +00:00
|
|
|
|
2019-12-08 17:02:33 +00:00
|
|
|
MASTER_SITES = https://github.com/rfht/fnaify/releases/download/${V}/
|
2018-09-23 18:39:34 +00:00
|
|
|
|
2019-01-27 19:37:46 +00:00
|
|
|
# it may be possible to drop audio/openal and a few others when FAudio
|
2018-09-23 18:39:34 +00:00
|
|
|
# has been disseminated to all FNA games
|
|
|
|
RUN_DEPENDS = audio/libogg \
|
|
|
|
audio/libvorbis \
|
|
|
|
audio/openal \
|
|
|
|
devel/sdl2-image \
|
2019-05-28 15:05:03 +00:00
|
|
|
games/steamworks-nosteam \
|
2018-09-23 18:39:34 +00:00
|
|
|
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>
|