diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 20:26:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 20:26:04 +0000 |
commit | 79177f21cedbc5c731c2dddd1d2d6ce9a2c46ece (patch) | |
tree | 509ff22a1862a329ce3962586f04eba03cd3aa4e /games/circuslinux | |
parent | afed6d9ef3476470bb406641b823fdaf56726788 (diff) | |
download | pkgsrc-79177f21cedbc5c731c2dddd1d2d6ce9a2c46ece.tar.gz |
DESTDIR support
Diffstat (limited to 'games/circuslinux')
-rw-r--r-- | games/circuslinux/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/circuslinux/Makefile b/games/circuslinux/Makefile index 98bc9935e22..bd901744cd9 100644 --- a/games/circuslinux/Makefile +++ b/games/circuslinux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2010/01/18 09:58:50 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/29 20:26:04 joerg Exp $ # DISTNAME= circuslinux-1.0.3 @@ -10,11 +10,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.newbreedsoftware.com/circus-linux/ COMMENT= Clone of the Atari 2600 game "Circus Atari" +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-joystick CONFIGURE_ENV+= TARGET_DEF=LINUX +INSTALL_MAKE_FLAGS+= pkgdatadir=${DESTDIR}${PREFIX}/share/circuslinux + .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" |