# ex:ts=8 # Ports collection makefile for: ncftp # Date created: 20 Jun 1996 # Whom: jkh # # $FreeBSD$ # PORTNAME= ncftp1 PORTVERSION= 1.9.5 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org COMMENT= FTP replacement with advanced user interface MAN1= ncftp.1 do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} ncftp ${PREFIX}/bin cd ${WRKSRC}; ${INSTALL_MAN} ncftp.1 ${PREFIX}/man/man1 .include