1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/ftp/ncftp3/Makefile
Andrey A. Chernov bfc5b7cc3d Upgrade to 2.3.0
1996-01-14 10:29:20 +00:00

24 lines
645 B
Makefile

# New ports collection makefile for: ncftp2
# Version required: 2.3.0
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.31 1995/11/27 04:05:19 asami Exp $
#
DISTNAME= ncftp-2.3.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>