pkgsrc/textproc/catdoc/Makefile.common
reed 11263f390b Update to version 0.94.2.
Removed four patches.

Improved DESCRiptions.

Improved COMMENT. catdoc is now:
COMMENT=Converts MS Word, Excel and Powerpoint files to plain text
catdoc-tk's COMMENT is made to stay the same.

The catdoc-tk package now installs manpage also.
And don't waste time building catdoc and binaries in catdoc-tk.
(Should catdoc-tk package be renamed to "wordview?")

The changelog is at
http://www.45.free.net/~vitus/software/catdoc/changelog.html

A lot of fixes plus now adds catppt utility to process powerpoint files.

Also has many new character encodings and doesn't install xlsview.
2007-01-24 17:07:00 +00:00

29 lines
812 B
Makefile

# $NetBSD: Makefile.common,v 1.9 2007/01/24 17:07:00 reed 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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/share
CPPFLAGS+= -Dunix -D__unix
.include "../../mk/bsd.prefs.mk"
.if !empty(LOWER_OPSYS:Mirix5*)
# needs glob.h
. include "../../pkgtools/libnbcompat/buildlink3.mk"
SUBST_CLASSES+= glob_h
SUBST_STAGE.glob_h= post-patch
SUBST_FILES.glob_h= src/fileutil.c
SUBST_SED.glob_h= -e "s,<glob\.h>,<nbcompat/glob.h>,"
.endif