diff options
Diffstat (limited to 'games/xfreecell/Makefile')
-rw-r--r-- | games/xfreecell/Makefile | 9 |
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" |