blob: 51f506d5541be24ec10ab5349650ab89bf183d34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Patrick Seal <patseal@hyperhost.net>
# $FreeBSD$
PORTNAME= tkregexp
PORTVERSION= 3.0
PORTREVISION= 3
CATEGORIES= misc tk
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
DISTNAME= visual_regexp-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive regexp design tool
USE_TK_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/tkregexp
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|wish8.3|${WISH}|' ${WRKSRC}/visual_regexp.tcl
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|