11263f390b
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.
10 lines
246 B
Makefile
10 lines
246 B
Makefile
# $NetBSD: Makefile,v 1.28 2007/01/24 17:07:00 reed Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-wordview
|
|
CONFIGURE_ENV+= enable_wordview=no
|
|
CONFIGURE_ENV+= man1dir=${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|