Don't depend on ports/converters/uulib's files/ dir.

This commit is contained in:
David E. O'Brien 1997-11-08 08:39:09 +00:00
parent c14ae00aec
commit f19299a59c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8517
3 changed files with 17 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Date Created: 9 Feb 1997
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $Id: Makefile,v 1.5 1997/04/27 00:23:54 asami Exp $
# $Id: Makefile,v 1.6 1997/10/23 17:59:33 hoek Exp $
#
DISTNAME= uudeview-0.5.13
@ -18,7 +18,6 @@ MAINTAINER= hoek@FreeBSD.ORG
LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib
FILESDIR= ${.CURDIR}/../../converters/uulib/files
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-tcl="${PREFIX}" --enable-tk="${PREFIX}"
# Season to taste --- anything over tcl7.5

View File

@ -0,0 +1 @@
MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a

View File

@ -0,0 +1,15 @@
This was originally one distribution for UUdeview, but I have broken
it up into ``libuu', ``uudeview'', and ``xdeview'', hopefully making
it cleaner and more useful.
The source itself is quite portable and required no patching, although
I have added support for compilation as a shared library.
The package is covered under the GNU license.
The author has also written patches to the popular newsreaders `nn'
and `elm' to allow them to make use of this library. They are
available from the website mentioned in this library's
associated manpage.
Tim Vanderhoek <ac199@freenet.hamilton.on.ca>