freebsd-ports/ftp/tnftp/Makefile
John Marino 56954dba49 ftp/tnftp: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-03 21:39:16 +00:00

19 lines
380 B
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTNAME= tnftp
PORTVERSION= 20151004
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
MAINTAINER= danilo@FreeBSD.org
COMMENT= Enhanced ftp client from NetBSD
USES= ncurses
GNU_CONFIGURE= yes
USE_OPENSSL= yes
PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz
.include <bsd.port.mk>