3e13e29d24
Submitted by: tmclaugh
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# New ports collection makefile for: tnftp
|
|
# Date created: 28 Jan 2004
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tnftp
|
|
PORTVERSION= 20100108
|
|
CATEGORIES= ftp ipv6
|
|
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ \
|
|
ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/old/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Enhanced ftp client from NetBSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= tnftp.1
|
|
PLIST_FILES= bin/tnftp
|
|
|
|
.include <bsd.port.mk>
|