pkgsrc/textproc/catdoc/Makefile
jmmv bc9f26a878 Do not build nor install wordview to keep the package small (this needs Tk).
Bump PKGREVISION to 1 because of this.  While here, split the Makefile in
two parts to help in the creation of the new catdoc-tk package.
Addresses PR pkg/18730.
2003-09-17 14:57:25 +00:00

11 lines
209 B
Makefile

# $NetBSD: Makefile,v 1.25 2003/09/17 14:57:25 jmmv Exp $
#
.include "Makefile.common"
PKGREVISION= 1
CONFIGURE_ARGS+= --disable-wordview
CONFIGURE_ENV+= enable_wordview=no
.include "../../mk/bsd.pkg.mk"