freebsd-ports/ftp/ncftp/Makefile
Satoshi Asami acd19d78e8 Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
1998-04-04 07:36:46 +00:00

23 lines
503 B
Makefile

# New ports collection makefile for: ncftp
# Version required: 1.9.5
# Date created: 20 Jun 1996
# Whom: jkh
#
# $Id: Makefile,v 1.8 1998/01/31 17:49:32 jseger Exp $
#
DISTNAME= ncftp-1.9.5
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= obrien@FreeBSD.org
NO_LATEST_LINK= yes
MAN1= ncftp.1
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} ncftp ${PREFIX}/bin
cd ${WRKSRC}; ${INSTALL_MAN} ncftp.1 ${PREFIX}/man/man1
.include <bsd.port.mk>