diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-29 22:05:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-29 22:05:15 +0000 |
commit | 02a883075e88b6006c8a3bb471cd96decc6b1372 (patch) | |
tree | 67f3245d6ad70ef12c904903a0ad50e3ccc157cd /games | |
parent | 298afaa6241e92a7a67cb9b011579ebda8ca64ee (diff) | |
download | pkgsrc-02a883075e88b6006c8a3bb471cd96decc6b1372.tar.gz |
Fix path to wish and depend on it. Bump revision.
Diffstat (limited to 'games')
-rw-r--r-- | games/freesci/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 5ea001196a3..5b65d3dbd89 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2007/12/01 23:58:50 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/12/29 22:05:15 joerg Exp $ # DISTNAME= freesci-0.3.5 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www-plan.cs.colorado.edu/reichenb/freesci/ @@ -12,9 +13,15 @@ COMMENT= Interpreter for Sierra On-Line's SCI games USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_TOOLS+= wish:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-ggi --without-directfb +REPLACE_INTERPRETER+= wish +REPLACE.wish.old= .*/bin/wish +REPLACE.wish.new= ${PREFIX}/bin/wish +REPLACE_FILES.wish= conf/freesci-setup + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/freesci ${INSTALL_DATA} ${FILESDIR}/config ${PREFIX}/share/examples/freesci |