freebsd-ports/ftp/tnftp/Makefile
Clement Laforet 1e5aac7a31 - Fix port install
- Maintainer informed

(huge) Pointy hat to:	me
2004-04-19 08:43:01 +00:00

25 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= 20030825
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>