mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
b43fa6c573
- Add stage support Approved by: wg (mentor)
17 lines
348 B
Makefile
17 lines
348 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= danilo@FreeBSD.org
|
|
COMMENT= Enhanced ftp client from NetBSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tnftp man/man1/tnftp.1.gz
|
|
|
|
.include <bsd.port.mk>
|