mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5bc8b768d2
PR: ports/75782 Submitted by: Tom McLaughlin (maintainer) Approved by: portmgr (krion)
26 lines
555 B
Makefile
26 lines
555 B
Makefile
# New ports collection makefile for: tnftp
|
|
# Date created: 28 Jan 2004
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tnftp
|
|
PORTVERSION= 20050103
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/
|
|
|
|
MAINTAINER= tmclaugh@sdf.lonestar.org
|
|
COMMENT= Enhanced ftp client from NetBSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= tnftp.1
|
|
PLIST_FILES= bin/tnftp
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/ftp ${PREFIX}/bin/tnftp
|
|
${INSTALL_MAN} ${WRKSRC}/src/ftp.1 ${PREFIX}/man/man1/tnftp.1
|
|
|
|
.include <bsd.port.mk>
|