mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
7c315e1aac
Originally this was written for version 2.0.4 but has not been updated by the author since... this was too useful to die.. Obtained from: Tim MacKenzie <t.mackenzie@trl.oz.au>
28 lines
736 B
Makefile
28 lines
736 B
Makefile
# New ports collection makefile for: ncftp2
|
|
# Version required: 2.1.0
|
|
# Date created: 4 Nov 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.25 1995/07/17 14:31:23 ache Exp $
|
|
#
|
|
|
|
DISTNAME= ncftp-2.1.0
|
|
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
|
|
|
|
# Copy the list of FreeBSD sites
|
|
pre-patch:
|
|
cp ${FILESDIR}/Complete.h ${WRKSRC}
|
|
cp ${FILESDIR}/Complete.c ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|