openbsd-ports/games/easyrpg/Makefile

43 lines
912 B
Makefile
Raw Normal View History

COMMENT = free interpreter for RPG Maker 2000/2003 and EasyRPG games
GH_ACCOUNT = EasyRPG
GH_PROJECT = Player
GH_TAGNAME = 0.5.3
PKGNAME = easyrpg-${GH_TAGNAME}
CATEGORIES = games x11
2017-09-09 15:55:11 -04:00
HOMEPAGE = https://easyrpg.org/
# GPLv3+
PERMIT_PACKAGE = Yes
2017-09-09 15:55:11 -04:00
WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_mixer c freetype harfbuzz
WANTLIB += lcf m mpg123 opusfile pixman-1 png sndfile speexdsp
WANTLIB += vorbisfile xmp z
2017-09-09 15:55:11 -04:00
COMPILER = base-clang ports-clang ports-gcc
2017-09-09 15:55:11 -04:00
MODULES += devel/cmake
LIB_DEPENDS = audio/libsndfile \
2017-09-09 15:55:11 -04:00
audio/libxmp \
audio/mpg123 \
audio/opusfile \
audio/speexdsp \
devel/harfbuzz \
devel/sdl2 \
devel/sdl2-mixer \
games/liblcf \
graphics/png
2017-09-09 15:55:11 -04:00
CONFIGURE_ENV = CXXFLAGS="${CXXFLAGS} -I ${X11BASE}/include" \
LDFLAGS="-L ${X11BASE}/lib"
MAKE_ENV = ${CONFIGURE_ENV}
# make test seems bogus, disabling it.
NO_TEST = Yes
WRKDIST = ${WRKDIR}/Player-${GH_TAGNAME}
.include <bsd.port.mk>