openbsd-ports/net/ncftp/Makefile

31 lines
682 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2003/09/24 21:21:57 naddy Exp $
COMMENT= "ftp replacement with advanced user interface"
1998-09-13 23:43:51 -04:00
DISTNAME= ncftp-3.1.5
PKGNAME= ${DISTNAME}p1
1998-09-13 23:43:51 -04:00
CATEGORIES= net
HOMEPAGE= http://www.ncftp.com/ncftp/
1998-09-13 23:43:51 -04:00
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
1998-09-13 23:43:51 -04:00
# GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
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-20030207.diff.gz:0
PATCH_DIST_STRIP= -p1
CONFIGURE_STYLE= gnu dest
CONFIGURE_ENV= TAR=/bin/tar
1998-09-13 23:43:51 -04:00
2001-11-30 11:57:03 -05:00
NO_REGRESS= Yes
1998-09-13 23:43:51 -04:00
.include <bsd.port.mk>