pkgsrc/editors/abiword-plugins/Makefile
drochner c8a451f492 We already depend on libwmf --- it just needs a configure switch to
actually build the WMF plugin.
(It doesn't work at all for me, unfortunately. Always get a message
box saying "error importing...". Perhaps it is of use for someone else.)
2005-03-31 18:52:44 +00:00

22 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.8 2005/03/31 18:52:44 drochner Exp $
.include "../../editors/abiword/Makefile.common"
PKGNAME= abiword-plugins-${ABIWORD_VERSION}
COMMENT= Plugins enhancing Abiword's capabilities
WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins
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+= --enable-wmf
.include "../../mk/bsd.pkg.mk"