pkgsrc-wip/mlview/Makefile
Juan Romero Pardines a108bb11e7 Initial import of mlview 0.6.0.
The MlView project is an on going effort to develop an xml editor for 
GNOME environment. It is written in C and uses the gnome libraries (libxml2, 
gtk+, libgnome*, etc).

Some features ...

 * cut/copy/paste as child/paste as prev/paste as next/ of xml elements
 * xml element/attributes search
 * multi docs edition
 * Several editing views can be opened on the same document
 * drag and drop based copy/cut/past of xml elements
 * edition of xml elements and attributes can be made directly on the tree
 * namespace support
 * on-demand validation
 * graphical error reporting. Parse/validation time errors reported graphically.
   This feature is new so it may be buggy or not well polished ...
 * when validation is switched on, MlView proposes an elements/attributes 
   completion feature. When an element is added to the tree, MlView also adds the 
   children elements required by the DTD for the document to be valid.
 * Validation can be switched off. The xml document editon can then be done 
   without any constraint.
 * a clean code ;)

--
http://www.freespiders.org/projects/gmlview/
2003-09-26 05:45:32 +00:00

26 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 05:45:32 xtraeme Exp $
#
DISTNAME= mlview-0.6.0
CATEGORIES= editors gnome2
MASTER_SITES= http://savannah.gnu.org/download/mlview/tarballs/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.freespiders.org/projects/gmlview/
COMMENT= XML editor for GNOME 2 environment
BUILD_USES_MSGFMT= yes
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../textproc/libcroco/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"