aboutsummaryrefslogtreecommitdiff
path: root/ftp/ncftp2/Makefile
blob: 76bc38a504cbe6a81cad358b7ecd5b6a696cc623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    ncftp2
# Version required:     2.4.0
# Date created:         4 Nov 1994
# Whom:                 ache
#
# $Id: Makefile,v 1.32 1996/01/14 10:29:07 ache Exp $
#

DISTNAME=       ncftp-2.4.0
CATEGORIES+=	net
MASTER_SITES=   ftp://ftp.probe.net/pub/ncftp/
EXTRACT_SUFX=   .tgz

MAINTAINER=	ache@FreeBSD.ORG

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  ac_cv_func_getmaxyx=yes

do-install:
	cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
	cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1

.include <bsd.port.mk>