32 lines
782 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2017/07/26 22:45:21 sthen Exp $
COMMENT = clone of Doubleback, an intruder circling game
DISTNAME = quadrupleback-0.1.0
REVISION = 1
CATEGORIES = games
HOMEPAGE = http://sarrazip.com/dev/quadrupleback.html
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
2016-09-13 15:29:01 +00:00
WANTLIB += FLAC SDL SDL_gfx SDL_image SDL_mixer c flatzebra-0.1 iconv
2017-07-16 19:18:47 +00:00
WANTLIB += jpeg m mikmod ogg png pthread smpeg sndio ${COMPILER_LIBCXX} tiff
WANTLIB += usbhid vorbis vorbisfile webp z
MASTER_SITES = http://sarrazip.com/dev/
RUN_DEPENDS = devel/desktop-file-utils
2016-09-13 15:29:01 +00:00
LIB_DEPENDS = converters/libiconv \
devel/flatzebra \
devel/sdl-gfx
FAKE_FLAGS = docdir=${PREFIX}/share/doc/quadrupleback
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>