pkgsrc/misc/visual-regexp/Makefile
minskim 2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00

20 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/03/08 20:27:15 minskim Exp $
#
DISTNAME= visual_regexp-3.0
CATEGORIES= misc
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://laurent.riesterer.free.fr/regexp/
COMMENT= Easily design and debug regular expressions graphically
DEPENDS+= tk>=8.3.2:../../x11/tk83
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl \
${PREFIX}/bin/visual_regexp
.include "../../mk/bsd.pkg.mk"