pkgsrc/games/LostPixels/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

29 lines
933 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/28 11:00:55 wiz Exp $
#
DISTNAME= LostPixels-0.5.3-source
PKGNAME= ${DISTNAME:S/-source//}
PKGREVISION= 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blinkensisters/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.blinkensisters.org/wiki/index.php/Main_Page
COMMENT= Blinken Sisters - Hunt for the Lost Pixels (80s-style Jump'n'Run)
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/blinkensisters/lostpixels/game/software
USE_CMAKE= yes
USE_LANGUAGES= c c++
ALL_ENV+= SDLDIR=${BUILDLINK_PREFIX.SDL}/include/SDL
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"