cbfe1aabfe
VYM (View Your Mind) is a tool to generate and manipulate maps which show your thoughts. Such maps can help you to improve your creativity and effectivity. You can use them for time management, to organize tasks, to get an overview over complex contexts. XXX - Please note that this package exposes an "interesting" feature of the print-PLIST target - the ${PKGNAME} is vym-1.8.1, and print-PLIST modifies vym-128x128.png into ${PKGNAME}28.png.
24 lines
586 B
Makefile
24 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/07/05 19:36:37 agc Exp $
|
|
#
|
|
|
|
DISTNAME= vym-1.8.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vym/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/vym/
|
|
COMMENT= Mind-mapping software
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
SUBST_CLASSES+= appdir
|
|
SUBST_STAGE.appdir= post-patch
|
|
SUBST_FILES.appdir= vym.pro
|
|
SUBST_SED.appdir= -e 's|/usr/local/bin|${PREFIX}|' # sic
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake -o Makefile vym.pro
|
|
|
|
.include "../../x11/qt3/application.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|