summaryrefslogtreecommitdiff
path: root/games/powermanga/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/powermanga/Makefile')
-rw-r--r--games/powermanga/Makefile30
1 files changed, 26 insertions, 4 deletions
diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile
index ea1e7c85e61..37e11ae17e7 100644
--- a/games/powermanga/Makefile
+++ b/games/powermanga/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2008/09/19 19:16:45 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/09/02 11:38:01 wiz Exp $
#
-DISTNAME= powermanga-0.79
-PKGREVISION= 4
+DISTNAME= powermanga-0.90
CATEGORIES= games
MASTER_SITES= http://linux.tlk.fr/games/Powermanga/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://linux.tlk.fr/games/Powermanga/
COMMENT= Arcade 2D shoot-em-up game
+LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
@@ -16,7 +16,29 @@ USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-MAKE_ENV+= TOUCH=${TOUCH:Q} WRKSRC=${WRKSRC:Q}
+MAKE_ENV+= TOUCH=${TOUCH:Q} WRKSRC=${WRKSRC:Q}
+
+SUBST_CLASSES+= path
+SUBST_STAGE.path= post-patch
+SUBST_SED.path+= -e "s,/games/powermanga,/powermanga,g"
+SUBST_MESSAGE.path= Fixing support file installation paths.
+SUBST_FILES.path+= data/Makefile.in
+SUBST_FILES.path+= data/curves/Makefile.in
+SUBST_FILES.path+= data/levels/curves_phase/Makefile.in
+SUBST_FILES.path+= data/levels/grids_phase/Makefile.in
+SUBST_FILES.path+= graphics/Makefile.in
+SUBST_FILES.path+= graphics/bitmap/Makefile.in
+SUBST_FILES.path+= graphics/bitmap/fonts/Makefile.in
+SUBST_FILES.path+= graphics/sprites/Makefile.in
+SUBST_FILES.path+= graphics/sprites/guardians/Makefile.in
+SUBST_FILES.path+= graphics/sprites/meteors/Makefile.in
+SUBST_FILES.path+= graphics/sprites/spaceships/Makefile.in
+SUBST_FILES.path+= graphics/sprites/stars/Makefile.in
+SUBST_FILES.path+= powermanga.6
+SUBST_FILES.path+= sounds/Makefile.in
+SUBST_FILES.path+= sounds/handheld_console/Makefile.in
+SUBST_FILES.path+= src/tools.c
+SUBST_FILES.path+= texts/Makefile.in
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"