1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/ftp/ncftp3/Makefile
Andrey A. Chernov 6a97821901 Upgrade.
1995-06-13 22:14:34 +00:00

23 lines
617 B
Makefile

# New ports collection makefile for: ncftp2
# Version required: 2.0.7
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.23 1995/05/07 20:57:43 ache Exp $
#
DISTNAME= ncftp-2.0.7
CATEGORIES+= networking
MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= 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>