From 299b557ac402f8164a9a6b744419ded62904cbb1 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 21 Oct 2004 06:32:05 +0000 Subject: Initial import of abiword-plugins-2.0.11, based on patch sent by Ove Soerensen in PR pkg/26893. These plugins will enhance your AbiWord-experience. Included are additional import/export filters for DocBook, HTML, KWord, Latex and MS-Write as well as plugins adding support for further graphic-formats (JPEG, GIF, BMP, WMF, etc.) --- editors/abiword-plugins/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 editors/abiword-plugins/Makefile (limited to 'editors/abiword-plugins/Makefile') diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile new file mode 100644 index 00000000000..53c5976b908 --- /dev/null +++ b/editors/abiword-plugins/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/21 06:32:05 xtraeme Exp $ +# +.include "../../editors/abiword/Makefile.common" + +PKGNAME= abiword-plugins-${ABIWORD_DIST_VERSION} + +COMMENT= Plugins enhancing Abiword's capabilities + +WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins + +BUILD_DEPENDS+= abiword-${ABIWORD_DIST_VERSION}:../../editors/abiword + +.include "../../mk/bsd.prefs.mk" + +CONFIGURE_ARGS+= --disable-all +CONFIGURE_ARGS+= --enable-xsl-fo --enable-xhtml --enable-wml +CONFIGURE_ARGS+= --enable-nrof --enable-mswrite --enable-latex +CONFIGURE_ARGS+= --enable-kword --enable-jpeg --enable-AbiGdkPixbuf +CONFIGURE_ARGS+= --enable-eml --enable-docbook --enable-abicommand +CONFIGURE_ARGS+= --enable-clarisworks --enable-bz2abw --enable-bmp +CONFIGURE_ARGS+= --enable-applix + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3