aboutsummaryrefslogtreecommitdiff
path: root/ftp/lukemftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/lukemftp/Makefile')
-rw-r--r--ftp/lukemftp/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/ftp/lukemftp/Makefile b/ftp/lukemftp/Makefile
deleted file mode 100644
index b835d7779b28..000000000000
--- a/ftp/lukemftp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: lukemftp
-# Date created: 04 Aug 2000
-# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lukemftp
-PORTVERSION= 1.5
-CATEGORIES= ftp ipv6
-MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/old/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Enhanced ftp client from NetBSD
-
-DEPRECATED= Project became tnftp a long time ago
-EXPIRATION_DATE=2007-06-30
-
-GNU_CONFIGURE= yes
-
-MAN1= lukemftp.1
-PLIST_FILES= bin/lukemftp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/lukemftp
- ${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/lukemftp.1
-
-.include <bsd.port.mk>