2017-07-26 22:45:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2017/07/26 22:45:21 sthen Exp $
|
2014-08-23 02:57:43 +00:00
|
|
|
|
|
|
|
COMMENT = clone of Doubleback, an intruder circling game
|
|
|
|
|
|
|
|
DISTNAME = quadrupleback-0.1.0
|
2017-07-26 22:45:14 +00:00
|
|
|
REVISION = 1
|
2014-08-23 02:57:43 +00:00
|
|
|
|
|
|
|
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
|
2014-08-24 09:50:17 +00:00
|
|
|
WANTLIB += usbhid vorbis vorbisfile webp z
|
2014-08-23 02:57:43 +00:00
|
|
|
|
|
|
|
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 \
|
2014-08-23 02:57:43 +00:00
|
|
|
devel/sdl-gfx
|
|
|
|
|
2014-08-24 09:50:17 +00:00
|
|
|
FAKE_FLAGS = docdir=${PREFIX}/share/doc/quadrupleback
|
|
|
|
|
2014-08-23 02:57:43 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|