summaryrefslogtreecommitdiff
path: root/games/xfreecell/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-05-24 15:59:27 +0000
committerobache <obache>2008-05-24 15:59:27 +0000
commit576c3b9fb2b5159266ac5a43c78ddb923780fcc4 (patch)
tree2df8a7fcc03e4b647249fb82481b112a4bd747e7 /games/xfreecell/Makefile
parent616c9274379be6192ba170a32f4a17e57f02f70d (diff)
downloadpkgsrc-576c3b9fb2b5159266ac5a43c78ddb923780fcc4.tar.gz
* Add dependency on libX11 directly, noted in PR 38644.
* Marked as DESTDIR ready * Modify patches to bit simply * Honor PKGMANDIR * Add definition virtual destructor for reliably an safely. Bump PKGREVISION.
Diffstat (limited to 'games/xfreecell/Makefile')
-rw-r--r--games/xfreecell/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile
index 7033877024d..e4257de09ae 100644
--- a/games/xfreecell/Makefile
+++ b/games/xfreecell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2007/03/24 19:21:24 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/05/24 15:59:27 obache Exp $
DISTNAME= xfreecell-1.0.5b
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www2.giganet.net/~nakayama/
EXTRACT_SUFX= .tgz
@@ -10,6 +10,8 @@ MAINTAINER= chris@infolaunch.com
HOMEPAGE= http://www2.giganet.net/~nakayama/
COMMENT= Popular freecell card game for X
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_X11BASE= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c++
@@ -20,8 +22,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
WRKSRC= ${WRKDIR}/xfreecell
NO_CONFIGURE= YES
-MAKE_ENV+= GMAKE=${GMAKE:Q}
-
+.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"