freebsd-ports/ftp/ncftp2/Makefile
Andrey A. Chernov 9a7f3fc465 Upgrade to 2.4.3
1998-03-23 06:09:14 +00:00

24 lines
575 B
Makefile

# New ports collection makefile for: ncftp2
# Version required: 2.4.3
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp $
#
DISTNAME= ncftp-2.4.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes
MAN1= ncftp2.1
do-install:
$(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2
$(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1
.include <bsd.port.mk>