Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.16 2013/06/16 09:08:52 ryoon Exp $
.include "../../textproc/catdoc/Makefile.common"
PKGNAME= ${DISTNAME:S/catdoc_/catdoc-tk-/:S/.orig//}
COMMENT= Tk interface for MS-Word to plain text converter
DEPENDS+= catdoc>=0.94.4:../../textproc/catdoc
CONFIGURE_ARGS+= --enable-wordview
CONFIGURE_ENV+= WISH="${BUILDLINK_PREFIX.tk}/bin/wish"
CONFIGURE_ENV+= enable_wordview=yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-build:
cd ${WRKSRC}/src && ${MAKE} wordview
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/wordview ${DESTDIR}${PREFIX}/bin/wordview
${INSTALL_MAN} ${WRKSRC}/doc/wordview.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"