1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/tkregexp/Makefile
SADA Kenji bc4c5ccfbd New port tkregexp - This software will let you design your regexps by
letting you type the expression and visualize its effect on a sample of
your choice.

PR:		ports/18355
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-07-30 02:23:21 +00:00

27 lines
589 B
Makefile

# New ports collection makefile for: tklregexp
# Date created: 2 May 2000
# Whom: Patrick Seal <patseal@hyperhost.net>
#
# $FreeBSD$
#
PORTNAME= tkregexp
PORTVERSION= 2.1
CATEGORIES= misc tk83
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
DISTNAME= visual_regexp-${PORTVERSION}
MAINTAINER= patseal@hyperhost.net
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_WRKSUBDIR= yes
USE_ZIP= yes
NO_BUILD= yes
USE_X_PREFIX= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp-${PORTVERSION}.tcl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>