1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

As with xdeview, use our own file/ so people don't trip over its

absence.
This commit is contained in:
Tim Vanderhoek 1997-11-08 13:44:28 +00:00
parent 48e4a3a137
commit 7672af6103
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8519
3 changed files with 18 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $Id: Makefile,v 1.10 1997/04/26 23:55:24 asami Exp $
# $Id: Makefile,v 1.11 1997/04/27 00:23:50 asami Exp $
#
DISTNAME= uudeview-0.5.13
@ -12,11 +12,10 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \
ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \
ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/
MAINTAINER= ac199@freenet.hamilton.on.ca
MAINTAINER= hoek@FreeBSD.ORG
LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib
FILESDIR= ${.CURDIR}/../../converters/uulib/files
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews \
--disable-tcl

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>