Fri Jan 29 20:21:21 2010 UTC ()
DESTDIR support


(joerg)
diff -r1.9 -r1.10 pkgsrc/games/atomix/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/games/atomix/Makefile (expand / switch to unified diff)

--- pkgsrc/games/atomix/Makefile 2010/01/18 09:58:50 1.9
+++ pkgsrc/games/atomix/Makefile 2010/01/29 20:21:21 1.10
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.9 2010/01/18 09:58:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2010/01/29 20:21:21 joerg Exp $
2# 2#
3 3
4DISTNAME= atomix-2.14.0 4DISTNAME= atomix-2.14.0
5PKGREVISION= 7 5PKGREVISION= 7
6CATEGORIES= games 6CATEGORIES= games
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atomix/2.14/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atomix/2.14/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://jens.triq.net/atomix.php 10HOMEPAGE= http://jens.triq.net/atomix.php
11COMMENT= Puzzle game 11COMMENT= Puzzle game
12 12
 13PKG_DESTDIR_SUPPORT= user-destdir
 14
13USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
14GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --localstatedir=${VARBASE} 17CONFIGURE_ARGS+= --localstatedir=${VARBASE}
16USE_TOOLS+= intltool pkg-config gmake 18USE_TOOLS+= intltool pkg-config gmake
17 19
18.include "../../devel/libgnome/buildlink3.mk" 20.include "../../devel/libgnome/buildlink3.mk"
19.include "../../devel/libgnomeui/buildlink3.mk" 21.include "../../devel/libgnomeui/buildlink3.mk"
20.include "../../textproc/libxml2/buildlink3.mk" 22.include "../../textproc/libxml2/buildlink3.mk"
21.include "../../graphics/libgnomecanvas/buildlink3.mk" 23.include "../../graphics/libgnomecanvas/buildlink3.mk"
22.include "../../devel/libbonoboui/buildlink3.mk" 24.include "../../devel/libbonoboui/buildlink3.mk"
23.include "../../x11/gtk2/buildlink3.mk" 25.include "../../x11/gtk2/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"