1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/ftp/ncftp2/Makefile

24 lines
504 B
Makefile
Raw Normal View History

1995-03-20 21:32:29 +00:00
# New ports collection makefile for: ncftp2
1994-11-04 09:35:57 +00:00
# Date created: 4 Nov 1994
# Whom: ache
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1994-11-04 09:35:57 +00:00
#
2000-04-12 05:31:29 +00:00
PORTNAME= ncftp
PORTVERSION= 2.4.3
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
2000-04-12 05:31:29 +00:00
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= ache@FreeBSD.org
2000-04-12 05:31:29 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes ac_cv_lib_readline=yes
MAN1= ncftp2.1
1994-11-04 09:35:57 +00:00
1995-05-07 20:57:56 +00:00
do-install:
$(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2
$(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1
1995-05-07 20:57:56 +00:00
1994-11-04 09:35:57 +00:00
.include <bsd.port.mk>