blob: 3c0a3b1f5295174e3612b53fad772532cb4c285e (
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.12 2007/09/10 18:23:47 jlam Exp $
#
DISTNAME= catdoc-0.94.2
CATEGORIES= textproc
MASTER_SITES= http://ftp.45.free.net/pub/catdoc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.45.free.net/~vitus/software/catdoc/
COMMENT= Converts MS Word, Excel and Powerpoint files to plain text
DISTINFO_FILE= ${.CURDIR}/../../textproc/catdoc/distinfo
PATCHDIR= ${.CURDIR}/../../textproc/catdoc/patches
USE_FEATURES= glob
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
CPPFLAGS+= -Dunix -D__unix
|