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

27 lines
634 B
Makefile
Raw Normal View History

1995-03-20 21:32:29 +00:00
# New ports collection makefile for: ncftp2
1996-10-18 15:55:47 +00:00
# Version required: 2.4.1
1994-11-04 09:35:57 +00:00
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.34 1996/10/18 15:55:37 ache Exp $
1994-11-04 09:35:57 +00:00
#
1996-10-18 15:55:47 +00:00
DISTNAME= ncftp-2.4.1
1995-11-27 04:06:03 +00:00
CATEGORIES+= net
1996-01-14 10:29:20 +00:00
MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
1995-10-04 23:36:02 +00:00
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
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
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/ncftp2.1
.endif
1995-05-07 20:57:56 +00:00
1994-11-04 09:35:57 +00:00
.include <bsd.port.mk>