diff options
author | hoek <hoek@FreeBSD.org> | 1998-06-18 14:53:05 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-06-18 14:53:05 +0000 |
commit | 260ce72c03619c097a882be40ff90f372aa11653 (patch) | |
tree | b4b1d193c31858ffd25e72cf2abca1c093f1c6c7 /textproc/catdoc/Makefile | |
parent | 5d3d7c559e1f0d5ac0399553efbcd88ad5895c04 (diff) | |
download | FreeBSD-ports-260ce72c03619c097a882be40ff90f372aa11653.zip FreeBSD-ports-260ce72c03619c097a882be40ff90f372aa11653.tar.gz |
Upgrade to 0.35.
This is an extremely minor upgrade, but the author requested it because
apparently he was getting too many complaints from Linux-ites getting
catdoc from our ports system (old ver. didn't work on Linux).
Diffstat (limited to 'textproc/catdoc/Makefile')
-rw-r--r-- | textproc/catdoc/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 1efb5aa..1c1a18b 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -3,30 +3,22 @@ # Date created: 11 November 1997 # Whom: Brion Moss <brion@queeg.com> # -# $Id: Makefile,v 1.2 1998/02/22 22:26:23 wosch Exp $ +# $Id: Makefile,v 1.3 1998/03/16 21:17:29 hoek Exp $ # -DISTNAME= catdoc-0.3 +DISTNAME= catdoc-0.35 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= support/catdoc -DISTFILES= catdoc.c catdoc.1 wordview +MASTER_SITES= http://www.ice.ru/~vitus/works/ MAINTAINER= brion@queeg.com -DIST_SUBDIR= catdoc -NO_WRKSUBDIR= yes -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= . - MAN1= catdoc.1 # Remove the below line to get Cyrillic code page support instead CFLAGS+= -DLATIN1=1 # The wordview tcl/tk script is small and not required. If the user -# has tk, it will work. It comes preset for tk-8.0, but works with less. +# has tk, it will work. It comes preset for tcl/tk-8.0, but works with tcl-76. do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o catdoc catdoc.c) |