blob: 8a9b6f39fd7e7480cb230c9ec46081565f94db7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile.common,v 1.4 2004/11/01 00:27:41 wiz Exp $
#
DISTNAME= catdoc-0.91.4
CATEGORIES= textproc
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.45.free.net/~vitus/ice/catdoc/
COMMENT= Reads MS-Word file and puts out its content as plain text
DISTINFO_FILE= ${.CURDIR}/../../textproc/catdoc/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/catdoc/patches
WRKSRC= ${WRKDIR}/catdoc
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
CPPFLAGS+= -Dunix -D__unix
|