summaryrefslogtreecommitdiff
path: root/games/circuslinux
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-29 20:26:04 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-29 20:26:04 +0000
commitafc2f2b6d1bf80cb5abbb38208e806d901b76ed0 (patch)
tree509ff22a1862a329ce3962586f04eba03cd3aa4e /games/circuslinux
parent0d55d35f206a81d7e34a2118c8f92a41449c530e (diff)
downloadpkgsrc-afc2f2b6d1bf80cb5abbb38208e806d901b76ed0.tar.gz
DESTDIR support
Diffstat (limited to 'games/circuslinux')
-rw-r--r--games/circuslinux/Makefile6
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"