32 lines
782 B
Makefile
32 lines
782 B
Makefile
# $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
|
|
|
|
WANTLIB += FLAC SDL SDL_gfx SDL_image SDL_mixer c flatzebra-0.1 iconv
|
|
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
|
|
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>
|