mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
acd19d78e8
depend on ordering in the parent Makefiles for the links to be created correctly.
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# New ports collection makefile for: ncftp
|
|
# Version required: 1.9.5
|
|
# Date created: 20 Jun 1996
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/01/31 17:49:32 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= ncftp-1.9.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
NO_LATEST_LINK= yes
|
|
MAN1= ncftp.1
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${INSTALL_PROGRAM} ncftp ${PREFIX}/bin
|
|
cd ${WRKSRC}; ${INSTALL_MAN} ncftp.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|