freebsd-ports/ftp/cftp/Makefile

25 lines
478 B
Makefile
Raw Normal View History

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