From 9af6111487be83ac486b730ff350904336a3d005 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Thu, 23 Oct 1997 17:59:34 +0000 Subject: 2 (two!) lines to upgrade to tk80, plus misc. minor fixes. --- converters/xdeview/Makefile | 14 +++++++++----- converters/xdeview/pkg-descr | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'converters') diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 8fc8c7045964..4ec84bf871e3 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -3,24 +3,28 @@ # Date Created: 9 Feb 1997 # Whom: Tim Vanderhoek # -# $Id: Makefile,v 1.4 1997/04/26 23:55:25 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/27 00:23:54 asami Exp $ # DISTNAME= uudeview-0.5.13 PKGNAME= xdeview-0.5.13 -CATEGORIES= converters +CATEGORIES= converters tk80 MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ -MAINTAINER= ac199@freenet.hamilton.on.ca +MAINTAINER= hoek@FreeBSD.ORG -LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib FILESDIR= ${.CURDIR}/../../converters/uulib/files -USE_X11= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-tcl="${PREFIX}" --enable-tk="${PREFIX}" +# Season to taste --- anything over tcl7.5 +CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0" +FETCH_BEFORE_ARGS= -t + ALL_TARGET= xdeview INSTALL_TARGET= install-tcl MAN1= xdeview.1 diff --git a/converters/xdeview/pkg-descr b/converters/xdeview/pkg-descr index e4c5e00a4377..f984de6fc3b4 100644 --- a/converters/xdeview/pkg-descr +++ b/converters/xdeview/pkg-descr @@ -1,6 +1,6 @@ This is a powerful and easy-to-use tcl/tk-based program which can decode BinHex, uuencoded, xxencoded, and Base64 -formats. +formats, and encode in all of those except for BinHex. -It is also able to encode in all of the above formats except for -BinHex. +Xdeview uses tcl/tk 8.0, but the port can be configured to +use other tcl/tk versions (see the port Makefile). -- cgit v1.2.3