aboutsummaryrefslogtreecommitdiff
path: root/misc/tkregexp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-21 12:32:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-21 12:32:55 +0000
commit63158fb38ae0dd91233f18679ba5dd23f246f0ab (patch)
treef35b5868d8dc375c24a0ad6205e723125697bcc7 /misc/tkregexp
parent3d5ec94e7deac9a019efb77a4a3206e50a83361e (diff)
downloadports-63158fb38ae0dd91233f18679ba5dd23f246f0ab.tar.gz
ports-63158fb38ae0dd91233f18679ba5dd23f246f0ab.zip
- Use TCL/TK 84
- Pass maintainership to submitter PR: 110580 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Notes
Notes: svn path=/head/; revision=187884
Diffstat (limited to 'misc/tkregexp')
-rw-r--r--misc/tkregexp/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile
index 64016076d1a8..f1f2243160ba 100644
--- a/misc/tkregexp/Makefile
+++ b/misc/tkregexp/Makefile
@@ -7,21 +7,22 @@
PORTNAME= tkregexp
PORTVERSION= 3.0
-CATEGORIES= misc tk83
+PORTREVISION= 1
+CATEGORIES= misc tk84
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
DISTNAME= visual_regexp-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= An interactive regexp design tool
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
-NO_WRKSUBDIR= yes
+USE_TK= yes
NO_BUILD= yes
PLIST_FILES= bin/tkregexp
-USE_X_PREFIX= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's|wish8.3|${WISH}|' ${WRKSRC}/visual_regexp.tcl
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME}
+ @${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>