2008-06-20 03:09:05 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:27 joerg Exp $
|
2002-09-02 12:10:03 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= visual_regexp-3.0
|
2006-03-09 20:19:00 +01:00
|
|
|
PKGREVISION= 2
|
2002-09-02 12:10:03 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://laurent.riesterer.free.fr/regexp/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-09-02 12:10:03 +02:00
|
|
|
HOMEPAGE= http://laurent.riesterer.free.fr/regexp/
|
|
|
|
COMMENT= Easily design and debug regular expressions graphically
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2002-09-02 12:10:03 +02:00
|
|
|
NO_BUILD= yes
|
2006-03-09 20:19:00 +01:00
|
|
|
USE_TOOLS+= wish:run
|
|
|
|
|
|
|
|
SUBST_CLASSES+= wish
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.wish= Fixing a hardcoded command.
|
2006-03-09 20:19:00 +01:00
|
|
|
SUBST_STAGE.wish= pre-configure
|
|
|
|
SUBST_FILES.wish= visual_regexp.tcl
|
|
|
|
SUBST_SED.wish= -e 's,wish8.3,${WISH},g'
|
|
|
|
|
|
|
|
SUBST_CLASSES+= command
|
2006-04-22 11:22:05 +02:00
|
|
|
SUBST_MESSAGE.command= Fixing command names.
|
2006-03-09 20:19:00 +01:00
|
|
|
SUBST_STAGE.command= pre-configure
|
|
|
|
SUBST_FILES.command= visual_regexp.tcl
|
|
|
|
SUBST_SED.command= -e 's,tkregexp,visual_regexp,g'
|
2002-09-02 12:10:03 +02:00
|
|
|
|
2005-06-17 05:50:19 +02:00
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
|
2002-09-02 12:10:03 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl \
|
2008-06-20 03:09:05 +02:00
|
|
|
${DESTDIR}${PREFIX}/bin/visual_regexp
|
2002-09-02 12:10:03 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|