pkgsrc/games/qonk/Makefile
wiz 9d2b9c408f Recursive bump for removal of jpeg/tiff/png buildlink3.mk files
from SDL_image. If one of these packages needs them, it should
include them itself.
2012-01-28 11:00:51 +00:00

22 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/01/28 11:00:56 wiz Exp $
#
DISTNAME= qonk-0.3.1
PKGREVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qonk/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://qonk.sourceforge.net/
COMMENT= Small space build-and-conquer strategy game
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../devel/SDL_gfx/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"