1998-05-14 09:27:52 +02:00
|
|
|
# New ports collection makefile for: cftp
|
|
|
|
# Date created: 14 October 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-05-14 09:27:52 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 07:31:29 +02:00
|
|
|
PORTNAME= cftp
|
2002-09-20 09:19:32 +02:00
|
|
|
PORTVERSION= 0.12
|
2003-06-27 05:44:48 +02:00
|
|
|
PORTREVISION= 2
|
2000-12-16 04:09:16 +01:00
|
|
|
CATEGORIES= ftp ipv6
|
|
|
|
MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \
|
|
|
|
ftp://sunsite.univie.ac.at/pub/nih/cftp/
|
1998-05-14 09:27:52 +02:00
|
|
|
|
2000-03-29 09:19:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= Comfortable FTP, a full screen ftp client
|
1998-05-14 09:27:52 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-09-20 09:19:32 +02:00
|
|
|
CONFIGURE_ARGS= --enable-sftp
|
1998-05-14 09:27:52 +02:00
|
|
|
|
2005-04-22 11:55:00 +02:00
|
|
|
PLIST_FILES= bin/cftp
|
|
|
|
INFO= cftp
|
|
|
|
|
1998-05-14 09:27:52 +02:00
|
|
|
.include <bsd.port.mk>
|