a498061c86
The new features for 3.0.1 are: - support for firewalls. - put -R, and Put -z to resume an upload. - ncftp is no longer in the business of colon-mode.
22 lines
473 B
Makefile
22 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.10 2000/06/20 10:04:50 kevlo Exp $
|
|
|
|
DISTNAME= ncftp-3.0.1-src
|
|
PKGNAME= ncftp-3.0.1
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.307
|
|
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
|
|
|
|
MAINTAINER= shinobi@monkey.org
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= intl::devel/gettext
|
|
CONFIGURE_STYLE= gnu dest
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
.include <bsd.port.mk>
|