1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/ncftp/Makefile

24 lines
436 B
Makefile
Raw Normal View History

2000-02-13 03:25:05 +00:00
# ex:ts=8
# Ports collection makefile for: ncftp
# Date created: 20 Jun 1996
# Whom: jkh
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
PORTNAME= ncftp1
2000-04-12 05:31:29 +00:00
PORTVERSION= 1.9.5
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
2000-04-12 05:31:29 +00:00
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
DISTNAME= ncftp-${PORTVERSION}
MAINTAINER= obrien@FreeBSD.org
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>