summaryrefslogtreecommitdiff
path: root/textproc/catdoc/Makefile
blob: af9fa3c3f5eecd3763fa63d3f280526ee78c8ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.23 2003/07/17 22:54:10 grant 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"