aboutsummaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-06-04 23:15:08 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-06-04 23:15:08 +0000
commit9416f2b9a691654675fc8ff2623c2f3c0d32925e (patch)
treeba6837534936ae7048f5f684b7e3d70a3c258143 /textproc/catdoc
parent3e8d2f62e494ef16ec063a1894c60f63fc53fe6f (diff)
downloadports-9416f2b9a691654675fc8ff2623c2f3c0d32925e.tar.gz
ports-9416f2b9a691654675fc8ff2623c2f3c0d32925e.zip
Upgrade to 0.90.2, add MASTER_SITE_TEX_CTAN, try some logic with the
wordview tk logic. I don't think the --disable-wordview is working as advertised, however. PR(kinda): ports/11826 Submitted by: fenner, hoek, billf
Notes
Notes: svn path=/head/; revision=19211
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/Makefile17
-rw-r--r--textproc/catdoc/distinfo2
2 files changed, 14 insertions, 5 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile
index a8b4a9939f53..d26d1a0286f7 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -3,19 +3,28 @@
# Date created: 11 November 1997
# Whom: Brion Moss <brion@queeg.com>
#
-# $Id: Makefile,v 1.6 1998/12/22 03:03:31 jseger Exp $
+# $Id: Makefile,v 1.7 1998/12/27 04:21:58 billf Exp $
#
-DISTNAME= catdoc-0.90.1
+DISTNAME= catdoc-0.90.2
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/ \
- http://www.FreeBSD.org/~billf/
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
+ ftp://ftp.ice.ru/pub/vitus/
+MASTER_SITE_SUBDIR= support/catdoc
MAINTAINER= brion@queeg.com
GNU_CONFIGURE= yes
MAN1= catdoc.1
+.if exists(${PREFIX}/bin/wish8.0)
+CONFIGURE_ARGS+= --with-wish=${PREFIX}/bin/wish8.0
+.elseif exists(${PREFIX}/bin/wish8.1)
+CONFIGURE_ARGS+= --with-wish=${PREFIX}/bin/wish8.1
+.else
+CONFIGURE_ARGS+= --disable-wordview
+.endif
+
.if !defined(LANG) || ${LANG} != ru_RU.KOI8-R
# Remove the below line to get Cyrillic code page support instead
CFLAGS+= -DLATIN1=1
diff --git a/textproc/catdoc/distinfo b/textproc/catdoc/distinfo
index ed962dc98586..dfac240c484d 100644
--- a/textproc/catdoc/distinfo
+++ b/textproc/catdoc/distinfo
@@ -1 +1 @@
-MD5 (catdoc-0.90.1.tar.gz) = 9c4368a2af0f3f6e12e37c24685b7b49
+MD5 (catdoc-0.90.2.tar.gz) = d7f1ea38ab8c6e3f50109ea8c16c4128