pkgsrc/textproc/catdoc-tk/Makefile
jmmv ed531d5e15 Initial addition of catdoc-tk, version 0.91.4:
This package provides the wordview utility that comes with catdoc.
2003-09-17 14:58:44 +00:00

21 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 14:58:44 jmmv Exp $
#
.include "../../textproc/catdoc/Makefile.common"
PKGNAME= ${DISTNAME:S/catdoc/catdoc-tk/}
COMMENT+= (Tk interface)
DEPENDS+= catdoc>=0.91.4nb1:../../textproc/catdoc
USE_X11= yes
CONFIGURE_ARGS+= --enable-wordview
CONFIGURE_ENV+= WISH="${BUILDLINK_PREFIX.tk}/bin/wish"
CONFIGURE_ENV+= enable_wordview=yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/wordview ${PREFIX}/bin/wordview
.include "../../x11/tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"