summaryrefslogtreecommitdiff
path: root/games/xpat2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-10 12:50:32 +0000
committerwiz <wiz@pkgsrc.org>2002-10-10 12:50:32 +0000
commit86e943ecb8455d6b1c6365d2a6b25cd30d4a1fe1 (patch)
treeb21b63c214b7adee0d3f36cdd14258e66e0016fa /games/xpat2
parent5fde55c69a3f539846b5b6c6787c5aca68f1fd14 (diff)
downloadpkgsrc-86e943ecb8455d6b1c6365d2a6b25cd30d4a1fe1.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'games/xpat2')
-rw-r--r--games/xpat2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile
index 56f1038e477..bf4aea685e1 100644
--- a/games/xpat2/Makefile
+++ b/games/xpat2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/12/02 06:56:40 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/10 12:56:00 wiz Exp $
# FreeBSD: ports/games/xpat2/Makefile,v 1.11 2000/04/14 12:27:59 asami Exp
DISTNAME= xpat2-1.06
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/solitaires/}
MAINTAINER= kuebart@mathematik.uni-ulm.de
COMMENT= X11 solitaire game with 14 variations
+USE_BUILDLINK2= YES
USE_X11BASE= YES
# This package uses imake, but invokes it directly as part of the build
@@ -15,8 +16,7 @@ USE_X11BASE= YES
#
#USE_IMAKE= YES
-EVAL_PREFIX= XPMDIR=xpm
-MAKE_ENV+= XPMDIR="${XPMDIR}" XMKMF="${XMKMF}"
+MAKE_ENV+= XPMDIR="${BUILDLINK_PREFIX.xpm}" XMKMF="${XMKMF}"
SUPPORT_FILES_PERMS= /dev/null /var/games/xpat.log games games 0644
MAKE_DIRS= /var/games
@@ -25,6 +25,6 @@ post-install:
${CHOWN} root.games ${PREFIX}/bin/xpat2
${CHMOD} 2555 ${PREFIX}/bin/xpat2
-.include "../../graphics/xpm/buildlink.mk"
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"