diff options
Diffstat (limited to 'misc/vym')
-rw-r--r-- | misc/vym/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/vym/Makefile b/misc/vym/Makefile index 03b00bfc741..cf945abaca3 100644 --- a/misc/vym/Makefile +++ b/misc/vym/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/05 19:36:37 agc Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/10 12:27:59 joerg Exp $ # DISTNAME= vym-1.8.1 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vym/} @@ -10,6 +11,10 @@ HOMEPAGE= http://sourceforge.net/projects/vym/ COMMENT= Mind-mapping software USE_LANGUAGES+= c c++ +USE_TOOLS+= perl:run bash:run + +REPLACE_PERL+= scripts/exportvym scripts/niceXML +REPLACE_BASH+= scripts/update-bookmarks SUBST_CLASSES+= appdir SUBST_STAGE.appdir= post-patch |