pkgsrc/textproc/catdoc/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

21 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.20 2001/06/11 06:34:52 jlam Exp $
#
DISTNAME= catdoc-0.91.4
CATEGORIES= textproc
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= packages@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
WRKSRC= ${WRKDIR}/catdoc
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
CPPFLAGS+= -Dunix -D__unix
.include "../../mk/bsd.pkg.mk"