blob: 8d2c0e94570ec0a2128b572634944f63aeb1318b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.common,v 1.5 2005/04/11 21:47:33 tv 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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
CPPFLAGS+= -Dunix -D__unix
|