diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 80f8f7c3b3aa5f5f64de1111703eed75cf2b333b (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /games/gemdropx | |
parent | df12796d2c7ff30316099a62cbdf43f49006d442 (diff) | |
download | pkgsrc-80f8f7c3b3aa5f5f64de1111703eed75cf2b333b.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'games/gemdropx')
-rw-r--r-- | games/gemdropx/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index 2e6f959fe02..cf7c8f24721 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/01/19 09:16:21 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:20 joerg Exp $ # DISTNAME= gemdropx-0.9 @@ -10,8 +10,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.newbreedsoftware.com/gemdropx/ COMMENT= Color puzzle game for X11 similar to Gem Drop +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \ + DATA_PREFIX=${DESTDIR}${PREFIX}/share/gemdropx + .include "../../devel/SDL/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |