1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/ncftp2/Makefile
Andrey A. Chernov f20a49e039 Upgrade to 2.2.1
1995-10-16 11:30:10 +00:00

24 lines
657 B
Makefile

# New ports collection makefile for: ncftp2
# Version required: 2.2.1
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.28 1995/10/04 23:35:50 ache Exp $
#
DISTNAME= ncftp-2.2.1
CATEGORIES+= networking
MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
do-install:
cd ${WRKSRC}; $(INSTALL) $(COPY) $(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>