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
657 B
Makefile
Raw Normal View History

1995-03-20 21:32:29 +00:00
# New ports collection makefile for: ncftp2
1995-10-16 11:30:10 +00:00
# Version required: 2.2.1
1994-11-04 09:35:57 +00:00
# Date created: 4 Nov 1994
# Whom: ache
#
1995-10-16 11:30:10 +00:00
# $Id: Makefile,v 1.28 1995/10/04 23:35:50 ache Exp $
1994-11-04 09:35:57 +00:00
#
1995-10-16 11:30:10 +00:00
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
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:
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
1994-11-04 09:35:57 +00:00
.include <bsd.port.mk>