a9be79fe7d
201?-??-??: Version 0.1.7 released Fixed g++ 4.7.2 and g++ 7.2.0 compilation warnings (re: narrowing conversion, dynamic exception specifications). Fixed compilation issues with clang 6.0 re: SDL_Rect.
24 lines
666 B
Makefile
24 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/11/26 18:51:18 nia Exp $
|
|
|
|
DISTNAME= flatzebra-0.1.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
|
|
COMMENT= Generic game engine for 2D double-buffering animation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++03
|
|
|
|
CONFIGURE_ARGS+= --disable-sdltest
|
|
|
|
PKGCONFIG_OVERRIDE+= flatzebra-0.1.pc.in
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|