9d2b9c408f
from SDL_image. If one of these packages needs them, it should include them itself.
22 lines
579 B
Makefile
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"
|