1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/ftp/ncftp3/Makefile

24 lines
555 B
Makefile
Raw Normal View History

1995-03-20 21:32:29 +00:00
# New ports collection makefile for: ncftp2
# Version required: 2.4.2
1994-11-04 09:35:57 +00:00
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.36 1996/11/10 03:10:35 peter Exp $
1994-11-04 09:35:57 +00:00
#
DISTNAME= ncftp-2.4.2
CATEGORIES= net
1996-01-14 10:29:20 +00:00
MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
1995-10-04 23:36:02 +00:00
CONFIGURE_ENV= ac_cv_func_getmaxyx=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>