freebsd-ports/ftp/ncftp2/Makefile
Andrey A. Chernov 71a3bb0e3d Better ports configuration
Submitted by: max
1996-10-21 20:05:18 +00:00

27 lines
634 B
Makefile

# New ports collection makefile for: ncftp2
# Version required: 2.4.1
# Date created: 4 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.34 1996/10/18 15:55:37 ache Exp $
#
DISTNAME= ncftp-2.4.1
CATEGORIES+= net
MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/
EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_getmaxyx=yes
do-install:
$(INSTALL_PROGRAM) $(WRKSRC)/ncftp $(PREFIX)/bin/ncftp2
$(INSTALL_MAN) $(WRKSRC)/ncftp.1 $(PREFIX)/man/man1/ncftp2.1
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/ncftp2.1
.endif
.include <bsd.port.mk>