diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 20:32:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 20:32:50 +0800 |
commit | 1d1c480d62e0f5d4aa805f230b3d99829bb59bf2 (patch) | |
tree | 3830f3714c01d06f66bc302edd5686c14e2e085d /misc/ewipe | |
parent | 997f2fff4f1e5714a34710e7f31cfe61d9db9a1a (diff) | |
download | freebsd-ports-gnome-1d1c480d62e0f5d4aa805f230b3d99829bb59bf2.tar.gz freebsd-ports-gnome-1d1c480d62e0f5d4aa805f230b3d99829bb59bf2.tar.zst freebsd-ports-gnome-1d1c480d62e0f5d4aa805f230b3d99829bb59bf2.zip |
- Use TCL/TK 8.4
- Pass maintainership to submitter
PR: 110571
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'misc/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 22 | ||||
-rw-r--r-- | misc/ewipe/files/patch-aa | 20 |
2 files changed, 12 insertions, 30 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index dd038b71ae70..5b8f0f09b1e2 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -7,19 +7,22 @@ PORTNAME= ewipe PORTVERSION= 1.2.0 -CATEGORIES?= misc tk82 -MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ +PORTREVISION= 1 +CATEGORIES?= misc tk84 +MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ + http://www.carpetsmoker.net/distfiles/ \ + http://www.xs4all.nl/~tournoij/distfiles/ -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= carpetsmoker@xs4all.nl COMMENT?= Tcl/tk-based presentation tool .if defined(KANJI) RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 .else -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +USE_TK= yes .endif -NO_BUILD= YES +NO_BUILD= yes TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex MYPORTDOCS= Changes.jp README README.jp dot.ewipe EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ @@ -27,14 +30,13 @@ EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ .if defined(KANJI) WISH= ${LOCALBASE}/bin/wish8.0jp -.else -WISH= ${LOCALBASE}/bin/wish8.2 .endif post-patch: - @${REINPLACE_CMD} \ - -e "s|%%PREFIX%%|${PREFIX}|g;" \ - -e "s|%%WISH%%|${WISH}|g;" ${WRKSRC}/ewipe + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \ + s|%%WISH%%|${WISH}|g; \ + s|PATH \.|PATH ${DATADIR}|;' \ + ${WRKSRC}/ewipe do-install: @${MKDIR} ${PREFIX}/share/ewipe diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa deleted file mode 100644 index 656d27a7da60..000000000000 --- a/misc/ewipe/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- ewipe.orig Sun Apr 12 10:59:29 1998 -+++ ewipe Sun Apr 12 10:59:57 1998 -@@ -1,6 +1,6 @@ - #!/bin/sh - # the next line restarts using wish \ --exec wish "$0" "--" "$@" -+exec %%WISH%% "$0" "--" "$@" - - # # - # EWIPE : Extended WIPE (Editor for WIPE) # -@@ -20,7 +20,8 @@ - # set PATH /usr/local/lib/ewipe # - # # - --set PATH . -+#set PATH . -+set PATH %%PREFIX%%/share/ewipe - - ################################################### - |