2018-09-27 17:08:44 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2018/09/27 17:08:44 thfr Exp $
|
2018-09-23 18:39:34 +00:00
|
|
|
|
|
|
|
# Don't bother on non-mono archs.
|
|
|
|
ONLY_FOR_ARCHS = ${MONO_ARCHS}
|
|
|
|
|
|
|
|
COMMENT = script to configure FNA games to run on OpenBSD
|
2018-09-27 17:08:44 +00:00
|
|
|
DISTNAME = fnaify-1.1
|
2018-09-23 18:39:34 +00:00
|
|
|
CATEGORIES = games
|
|
|
|
|
|
|
|
HOMEPAGE = https://www.PlayOnBSD.com
|
|
|
|
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
|
|
|
|
|
|
|
|
# ISC
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = https://mirrors.nycbug.org/pub/distfiles/
|
|
|
|
|
|
|
|
# it may be possible to drop audio/openal and a few others when FACT update
|
|
|
|
# has been disseminated to all FNA games
|
|
|
|
RUN_DEPENDS = audio/libogg \
|
|
|
|
audio/libvorbis \
|
|
|
|
audio/openal \
|
|
|
|
devel/sdl2-image \
|
|
|
|
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
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fnaify ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|