mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
365 B
Makefile
18 lines
365 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
|
|
PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz
|
|
|
|
.include <bsd.port.mk>
|