mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1e279835ef
With hat: portmgr
32 lines
746 B
Makefile
32 lines
746 B
Makefile
# Created by: Patrick Seal <patseal@hyperhost.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tkregexp
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= misc tk
|
|
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
|
|
DISTNAME= visual_regexp-${PORTVERSION}
|
|
EXTRACT_SUFX= .tcl
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
COMMENT= Interactive regexp design tool
|
|
|
|
USES+= dos2unix tk
|
|
DOS2UNIX_FILES= visual_regexp-${PORTVERSION}.tcl
|
|
NO_BUILD= yes
|
|
PLIST_FILES= bin/tkregexp
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
post-extract:
|
|
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "1s|^\(.*\)|#!${WISH}|; 2d" ${WRKDIR}/visual_regexp-${PORTVERSION}.tcl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/visual_regexp-${PORTVERSION}.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|