diff options
author | lukem <lukem> | 2003-07-31 07:58:09 +0000 |
---|---|---|
committer | lukem <lukem> | 2003-07-31 07:58:09 +0000 |
commit | 3ae0173ca8896d21cb21d1c95facb72f5c8b5653 (patch) | |
tree | 4439cd34d56dbb678635711787c1eb8a66dc7d3e /net | |
parent | 5bb4be83c60e27cffffb286ec998372f806a3c6e (diff) | |
download | pkgsrc-3ae0173ca8896d21cb21d1c95facb72f5c8b5653.tar.gz |
replaced by tnftp
Diffstat (limited to 'net')
-rw-r--r-- | net/lukemftp/DESCR | 2 | ||||
-rw-r--r-- | net/lukemftp/Makefile | 38 | ||||
-rw-r--r-- | net/lukemftp/PLIST | 3 | ||||
-rw-r--r-- | net/lukemftp/distinfo | 4 |
4 files changed, 0 insertions, 47 deletions
diff --git a/net/lukemftp/DESCR b/net/lukemftp/DESCR deleted file mode 100644 index 53159e8fbcd..00000000000 --- a/net/lukemftp/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -`tnftp' is a portable version of the NetBSD ftp client, hence the name. -It was formerly known as `lukemftp'. diff --git a/net/lukemftp/Makefile b/net/lukemftp/Makefile deleted file mode 100644 index fc1958dd994..00000000000 --- a/net/lukemftp/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# $NetBSD: Makefile,v 1.15 2003/07/31 07:49:23 lukem Exp $ -# - -DISTNAME= tnftp-20030731 -PKGNAME= tnftp-20030731 -SVR4_PKGNAME= tnftp -CATEGORIES= net -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/ - -MAINTAINER= lukem@NetBSD.org -COMMENT= The enhanced ftp client in NetBSD - -GNU_CONFIGURE= yes - -.include "../../mk/bsd.prefs.mk" - -# Include SOCKS firewall support -.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5) -.if ${USE_SOCKS} == 4 -DEPENDS+= socks4-2.2:../../net/socks4 -CONFIGURE_ARGS+= --with-socks4 -.else -DEPENDS+= socks5-1.0.2:../../net/socks5 -CONFIGURE_ARGS+= --with-socks5 -.endif -.endif - -.if defined(USE_INET6) && ${USE_INET6} == YES -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif - -.if ${OPSYS} == "SunOS" -MAKE_ENV+= CPPFLAGS="" -.endif - -.include "../../mk/bsd.pkg.mk" diff --git a/net/lukemftp/PLIST b/net/lukemftp/PLIST deleted file mode 100644 index 602711338af..00000000000 --- a/net/lukemftp/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:08 zuntum Exp $ -bin/ftp -man/cat1/ftp.1 diff --git a/net/lukemftp/distinfo b/net/lukemftp/distinfo deleted file mode 100644 index 980c26f46ed..00000000000 --- a/net/lukemftp/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.5 2003/07/31 07:49:23 lukem Exp $ - -SHA1 (tnftp-20030731.tar.gz) = 9fcb1b4be7a4fb020778458705b26f9410562f39 -Size (tnftp-20030731.tar.gz) = 277746 bytes |