mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
This commit is contained in:
parent
3e8d2f62e4
commit
9416f2b9a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19211
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (catdoc-0.90.1.tar.gz) = 9c4368a2af0f3f6e12e37c24685b7b49
|
||||
MD5 (catdoc-0.90.2.tar.gz) = d7f1ea38ab8c6e3f50109ea8c16c4128
|
||||
|
Loading…
Reference in New Issue
Block a user