freebsd-ports/ftp/ncftp2/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

24 lines
531 B
Makefile

# New ports collection makefile for: ncftp2
# Version required: 2.4.3
# Date created: 4 Nov 1994
# Whom: ache
#
# $FreeBSD$
#
DISTNAME= ncftp-2.4.3
CATEGORIES= ftp
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>