openbsd-ports/net/ncftp/Makefile
naddy a75b48b948 Bug fix: allow entering 8-bit characters on the command line.
From FreeBSD; no response from maintainer.
2003-04-18 00:31:24 +00:00

31 lines
684 B
Makefile

# $OpenBSD: Makefile,v 1.22 2003/04/18 00:31:24 naddy Exp $
COMMENT= "ftp replacement with advanced user interface"
DISTNAME= ncftp-3.1.5
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://www.ncftp.com/ncftp/
MAINTAINER= Eric Jackson <shinobi@monkey.org>
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
DISTFILES= ${DISTNAME}-src.tar.gz
PATCHFILES= ncftp-315-v6-20030112.diff.gz:0
PATCH_DIST_STRIP= -p1
CONFIGURE_STYLE= gnu dest
CONFIGURE_ENV= TAR=/bin/tar
NO_REGRESS= Yes
.include <bsd.port.mk>