- Pass maintainership to submitter PR: ports/178374 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
17 lines
349 B
Makefile
17 lines
349 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tnftp
|
|
PORTVERSION= 20130505
|
|
CATEGORIES= ftp ipv6
|
|
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
|
|
|
|
MAINTAINER= danilogondolfo@gmail.com
|
|
COMMENT= Enhanced ftp client from NetBSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= tnftp.1
|
|
PLIST_FILES= bin/tnftp
|
|
|
|
.include <bsd.port.mk>
|