diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 20:33:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 20:33:03 +0800 |
commit | 86bef7317a7efd671dd7e5a952eaffa24cac9031 (patch) | |
tree | 25412b139982bdd6a423737491924d2c634e4e37 /games/tkmoo | |
parent | 943d52c15574268337dc470de4b8c38db3428e98 (diff) | |
download | freebsd-ports-gnome-86bef7317a7efd671dd7e5a952eaffa24cac9031.tar.gz freebsd-ports-gnome-86bef7317a7efd671dd7e5a952eaffa24cac9031.tar.zst freebsd-ports-gnome-86bef7317a7efd671dd7e5a952eaffa24cac9031.zip |
- Use TCL/TK 8.4
PR: 110579
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by: maintainer
Diffstat (limited to 'games/tkmoo')
-rw-r--r-- | games/tkmoo/Makefile | 9 | ||||
-rw-r--r-- | games/tkmoo/files/patch-aa | 2 | ||||
-rw-r--r-- | games/tkmoo/pkg-plist | 30 |
3 files changed, 20 insertions, 21 deletions
diff --git a/games/tkmoo/Makefile b/games/tkmoo/Makefile index a26650c113d8..044f157c1d8b 100644 --- a/games/tkmoo/Makefile +++ b/games/tkmoo/Makefile @@ -7,18 +7,17 @@ PORTNAME= tkmoo PORTVERSION= 0.3.32 -CATEGORIES= games tk83 +PORTREVISION= 1 +CATEGORIES= games tk84 MASTER_SITES= http://www.awns.com/tkMOO-light/Source/ DISTNAME= tkMOO-light-${PORTVERSION} MAINTAINER= adam-ports@blacktabby.org COMMENT= Tk-based M** client with scripting support -RUN_DEPENDS= ${WISH83}:${PORTSDIR}/x11-toolkits/tk83 - -WISH83?= ${LOCALBASE}/bin/wish8.3 +USE_TK= yes MAKE_ENV+= TKMOO_LIB_DIR="${DATADIR}" \ - TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH83}" + TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH}" do-install: @${MKDIR} ${DATADIR}/plugins diff --git a/games/tkmoo/files/patch-aa b/games/tkmoo/files/patch-aa index 2fd0f838b191..4c3087350615 100644 --- a/games/tkmoo/files/patch-aa +++ b/games/tkmoo/files/patch-aa @@ -18,7 +18,7 @@ WISH4.2 = /usr/local/bin/wish4.2 WISH8.0 = /usr/local/bin/wish8.0 -WISH8.3 = /usr/local/bin/wish8.3 -+WISH8.3 ?= /usr/local/bin/wish8.3 ++WISH8.3 ?= /usr/local/bin/wish8.4 WISH = $(WISH8.3) # ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE --------------- diff --git a/games/tkmoo/pkg-plist b/games/tkmoo/pkg-plist index 716a1cb3a6b0..a8a229a2fb6e 100644 --- a/games/tkmoo/pkg-plist +++ b/games/tkmoo/pkg-plist @@ -1,16 +1,16 @@ bin/tkmoo -share/tkmoo/plugins/ansi.tcl -share/tkmoo/plugins/cmdcomplete.tcl -share/tkmoo/plugins/displayurl.tcl -share/tkmoo/plugins/mcp21.tcl -share/tkmoo/plugins/message.tcl -share/tkmoo/plugins/rehash.tcl -share/tkmoo/plugins/search_macro.tcl -share/tkmoo/plugins/serverinfo.tcl -share/tkmoo/plugins/simpleedit.tcl -share/tkmoo/plugins/status.tcl -share/tkmoo/plugins/timezone.tcl -share/tkmoo/plugins/url_trigger.tcl -share/tkmoo/plugins/webbrowser.tcl -@dirrm share/tkmoo/plugins -@dirrm share/tkmoo +%%DATADIR%%/plugins/ansi.tcl +%%DATADIR%%/plugins/cmdcomplete.tcl +%%DATADIR%%/plugins/displayurl.tcl +%%DATADIR%%/plugins/mcp21.tcl +%%DATADIR%%/plugins/message.tcl +%%DATADIR%%/plugins/rehash.tcl +%%DATADIR%%/plugins/search_macro.tcl +%%DATADIR%%/plugins/serverinfo.tcl +%%DATADIR%%/plugins/simpleedit.tcl +%%DATADIR%%/plugins/status.tcl +%%DATADIR%%/plugins/timezone.tcl +%%DATADIR%%/plugins/url_trigger.tcl +%%DATADIR%%/plugins/webbrowser.tcl +@dirrm %%DATADIR%%/plugins +@dirrm %%DATADIR%% |