changes: kdissert 1.0.5 * new inline editor (hit the keys 'e', 'a', or 'i' to raise it). * auto-sizing canvas * generate documents from the command-line * minor bugfixes kdissert 1.0.4 bugfixes: * crash when opening documents containing references of objects that have been removed * new objects inherit the color of the parent Additionally, the following features have been added: * Spanish translation * select subtrees easily * spatial selection of objects using the keyboard (optional, hiearchical selection is still available in the settings)
27 lines
744 B
Makefile
27 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/10/21 14:47:13 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= kdissert-1.0.5
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://freehackers.org/~tnagy/kdissert/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://freehackers.org/~tnagy/kdissert/
|
|
COMMENT= Mindmapping-like tool to generate text templates
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
BUILD_DEPENDS+= scons>=0.96.1nb1:../../devel/scons
|
|
|
|
do-build:
|
|
${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} \
|
|
&& ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons
|
|
|
|
do-install:
|
|
${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} \
|
|
&& ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons install
|
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|