pkgsrc/editors/abiword-plugins/Makefile
minskim 1802a619e6 abiword-plugins doesn't need perl at run time. Move "USE_PERL5=run"
from abiword/Makefile.common to abiword/Makefile.

Bump PKGREVISION of abiword-plugins due to dependency change.
2005-01-01 03:31:38 +00:00

22 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/01/01 03:31:38 minskim Exp $
.include "../../editors/abiword/Makefile.common"
PKGNAME= abiword-plugins-${ABIWORD_DIST_VERSION}
PKGREVISION= 1
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 --enable-AbiGdkPixbuf --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
.include "../../mk/bsd.pkg.mk"