freebsd-ports/ftp/ncftp2/Makefile

24 lines
504 B
Makefile
Raw Normal View History

1995-03-20 16:32:29 -05:00
# New ports collection makefile for: ncftp2
1994-11-04 04:35:57 -05:00
# Date created: 4 Nov 1994
# Whom: ache
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
1994-11-04 04:35:57 -05:00
#
2000-04-12 01:31:29 -04:00
PORTNAME= ncftp
PORTVERSION= 2.4.3
1999-08-02 06:44:03 -04:00
CATEGORIES= ftp
2000-04-12 01:31:29 -04:00
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= ache@FreeBSD.org
2000-04-12 01:31:29 -04:00
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>