43 lines
974 B
Makefile
Raw Normal View History

2019-05-28 15:05:03 +00:00
# $OpenBSD: Makefile,v 1.4 2019/05/28 15:05:03 thfr Exp $
# Don't bother on non-mono archs.
ONLY_FOR_ARCHS = ${MONO_ARCHS}
COMMENT = script to configure FNA games to run on OpenBSD
2019-05-28 15:05:03 +00:00
DISTNAME = fnaify-1.3
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/
2019-01-27 19:37:46 +00:00
# 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 \
2019-05-28 15:05:03 +00:00
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
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/fnaify ${PREFIX}/bin
.include <bsd.port.mk>