pkgsrc/textproc/catdoc/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

20 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.22 2003/06/02 01:16:43 jschauma Exp $
#
DISTNAME= catdoc-0.91.4
WRKSRC= ${WRKDIR}/catdoc
CATEGORIES= textproc
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.fe.msk.ru/~vitus/catdoc/
COMMENT= reads MS-Word file and puts out its content as plain text
DEPENDS= tk>=8.3.2:../../x11/tk
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
CPPFLAGS+= -Dunix -D__unix
.include "../../mk/bsd.pkg.mk"