summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-21 06:32:05 +0000
committerxtraeme <xtraeme>2004-10-21 06:32:05 +0000
commit299b557ac402f8164a9a6b744419ded62904cbb1 (patch)
tree7040939be667866b39355876bc3defd75e1167ca /editors/abiword-plugins/Makefile
parent117c8945281b7122292ae021fc9a6b1fc0fc1302 (diff)
downloadpkgsrc-299b557ac402f8164a9a6b744419ded62904cbb1.tar.gz
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.)
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r--editors/abiword-plugins/Makefile23
1 files changed, 23 insertions, 0 deletions
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"