3a6ef82c5a
Conglomerate is a project to create a complete structured information authoring, management, archival, revision control and transformation system. Conglomerate uses XML semantics and powerful graphical editing, coupled with a centralised storage model and a flexible transformation language to create an environment which is easy to use, produces high-quality structured output and lets the user target several output media with a single source document. Provided by Juan RP in pkgsrc-wip with some changes by me.
32 lines
936 B
Makefile
32 lines
936 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/04 11:52:49 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= conglomerate-0.5.4
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=conglomerate/}
|
|
|
|
MAINTAINER= jrp@hispabsd.org
|
|
HOMEPAGE= http://www.conglomerate.org/
|
|
COMMENT= XML editor for GNOME2
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
|
DEPENDS+= docbook-xsl>=1.61.2:../../textproc/docbook-xsl
|
|
DEPENDS+= docbook-xml>=4.2nb4:../../textproc/docbook-xml
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/libglade2/buildlink2.mk"
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../devel/pkgconfig/buildlink2.mk"
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../textproc/libxslt/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|