freebsd-ports/ftp/tnftp/Makefile
Tijl Coosemans c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00

18 lines
381 B
Makefile

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