mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
2 (two!) lines to upgrade to tk80, plus misc. minor fixes.
This commit is contained in:
parent
d7422c6406
commit
9af6111487
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8346
@ -3,24 +3,28 @@
|
||||
# Date Created: 9 Feb 1997
|
||||
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
|
||||
#
|
||||
# $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
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user