diff options
author | obrien <obrien@FreeBSD.org> | 1997-11-08 08:39:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-11-08 08:39:09 +0000 |
commit | 122e2b838973571c73041483df5eba6494c940aa (patch) | |
tree | c131e41860fba6fca01814f7d94f0f215c0b3680 /converters/xdeview | |
parent | b333e88556a7d87d58e4ca75258667a551cfe427 (diff) | |
download | FreeBSD-ports-122e2b838973571c73041483df5eba6494c940aa.zip FreeBSD-ports-122e2b838973571c73041483df5eba6494c940aa.tar.gz |
Don't depend on ports/converters/uulib's files/ dir.
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 3 | ||||
-rw-r--r-- | converters/xdeview/distinfo | 1 | ||||
-rw-r--r-- | converters/xdeview/files/porting.notes | 15 |
3 files changed, 17 insertions, 2 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 4ec84bf..ef58c9c 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -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 diff --git a/converters/xdeview/distinfo b/converters/xdeview/distinfo new file mode 100644 index 0000000..8ade08d --- /dev/null +++ b/converters/xdeview/distinfo @@ -0,0 +1 @@ +MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a diff --git a/converters/xdeview/files/porting.notes b/converters/xdeview/files/porting.notes new file mode 100644 index 0000000..eb15b92 --- /dev/null +++ b/converters/xdeview/files/porting.notes @@ -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> |