9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
24 lines
670 B
Makefile
24 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/26 17:30:56 rillig Exp $
|
|
|
|
DISTNAME= flatzebra-0.1.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|