freebsd-ports/ftp/ncftp2/Makefile

24 lines
575 B
Makefile
Raw Normal View History

1995-03-20 16:32:29 -05:00
# New ports collection makefile for: ncftp2
1998-03-23 01:09:14 -05:00
# Version required: 2.4.3
1994-11-04 04:35:57 -05:00
# Date created: 4 Nov 1994
# Whom: ache
#
1998-03-23 01:09:14 -05:00
# $Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp $
1994-11-04 04:35:57 -05:00
#
1998-03-23 01:09:14 -05:00
DISTNAME= ncftp-2.4.3
CATEGORIES= net
1998-01-31 12:49:54 -05:00
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
1994-11-04 04:35:57 -05:00
1995-05-07 16:57:56 -04:00
do-install:
$(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2
$(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1
1995-05-07 16:57:56 -04:00
1994-11-04 04:35:57 -05:00
.include <bsd.port.mk>