mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
cfa7269b11
PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
29 lines
654 B
Makefile
29 lines
654 B
Makefile
# New ports collection makefile for: tklregexp
|
|
# Date created: 2 May 2000
|
|
# Whom: Patrick Seal <patseal@hyperhost.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tkregexp
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc tk84
|
|
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
|
|
DISTNAME= visual_regexp-${PORTVERSION}
|
|
|
|
MAINTAINER= carpetsmoker@xs4all.nl
|
|
COMMENT= An interactive regexp design tool
|
|
|
|
USE_TK_RUN= yes
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/tkregexp
|
|
|
|
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>
|