4f7645bf1d
Fixes PR 38545.
21 lines
600 B
Text
21 lines
600 B
Text
# $NetBSD: Makefile.common,v 1.14 2008/05/01 13:51:56 obache Exp $
|
|
#
|
|
|
|
DISTNAME= catdoc-0.94.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://ftp.wagner.pp.ru/pub/catdoc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ftp.wagner.pp.ru/~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
|
|
CONFIGURE_ARGS+= --with-install-root=${DESTDIR}
|
|
|
|
CPPFLAGS+= -Dunix -D__unix
|