summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-26 23:23:08 +0000
committeradam <adam@pkgsrc.org>2006-01-26 23:23:08 +0000
commit656d75742f0d3558ea67a4f4dce1bf2982a57efe (patch)
tree9438cdf44d6b896bc2ae53de3e5e9637e62be988 /editors/abiword-plugins/Makefile
parent7f2854ae0a4d993f0ab59f32630bee3fd6ff45ae (diff)
downloadpkgsrc-656d75742f0d3558ea67a4f4dce1bf2982a57efe.tar.gz
Buildlink clean-up + new plug-ins
Diffstat (limited to 'editors/abiword-plugins/Makefile')
-rw-r--r--editors/abiword-plugins/Makefile44
1 files changed, 36 insertions, 8 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 8717c1eb51e..3c8a4bce445 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2006/01/24 07:32:05 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/26 23:23:30 adam Exp $
.include "../../editors/abiword/Makefile.common"
PKGNAME= abiword-plugins-${ABIWORD_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Plugins enhancing Abiword's capabilities
WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins
@@ -12,12 +12,40 @@ BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}*:../../editors/abiword
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ARGS+= --disable-all --enable-abicommand
-CONFIGURE_ARGS+= --enable-applix --enable-bmp --enable-bz2abw
-CONFIGURE_ARGS+= --enable-clarisworks --enable-docbook --enable-eml
-CONFIGURE_ARGS+= --enable-jpeg --enable-kword --enable-latex
-CONFIGURE_ARGS+= --enable-mswrite --enable-nroff --enable-wml
-CONFIGURE_ARGS+= --enable-xhtml --enable-xsl-fo
+CONFIGURE_ARGS+= --disable-all
+CONFIGURE_ARGS+= --enable-OpenDocument
+CONFIGURE_ARGS+= --enable-OpenWriter
+CONFIGURE_ARGS+= --enable-abicapi
+CONFIGURE_ARGS+= --enable-abicollab
+CONFIGURE_ARGS+= --enable-abicommand
+CONFIGURE_ARGS+= --enable-abidash
+CONFIGURE_ARGS+= --enable-applix
+CONFIGURE_ARGS+= --enable-babelfish
+CONFIGURE_ARGS+= --enable-bmp
+CONFIGURE_ARGS+= --enable-bz2abw
+CONFIGURE_ARGS+= --enable-clarisworks
+CONFIGURE_ARGS+= --enable-docbook
+CONFIGURE_ARGS+= --enable-eml
+CONFIGURE_ARGS+= --enable-freetranslation
+CONFIGURE_ARGS+= --enable-gdict
+CONFIGURE_ARGS+= --enable-google
+CONFIGURE_ARGS+= --enable-hancom
+CONFIGURE_ARGS+= --enable-hrtext
+CONFIGURE_ARGS+= --enable-iscii-text
+CONFIGURE_ARGS+= --enable-jpeg
+CONFIGURE_ARGS+= --enable-kword
+CONFIGURE_ARGS+= --enable-latex
+CONFIGURE_ARGS+= --enable-mif
+CONFIGURE_ARGS+= --enable-mswrite
+CONFIGURE_ARGS+= --enable-nroff
+CONFIGURE_ARGS+= --enable-passepartout
+CONFIGURE_ARGS+= --enable-sdw
+CONFIGURE_ARGS+= --enable-t602
+CONFIGURE_ARGS+= --enable-urldict
+CONFIGURE_ARGS+= --enable-wikipedia
CONFIGURE_ARGS+= --enable-wmf
+CONFIGURE_ARGS+= --enable-wml
+CONFIGURE_ARGS+= --enable-xhtml
+CONFIGURE_ARGS+= --enable-xsl-fo
.include "../../mk/bsd.pkg.mk"