2004-04-28 08:29:02 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2004/04/28 12:29:02 naddy Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2001-09-30 15:32:15 -04:00
|
|
|
COMMENT= "ftp replacement with advanced user interface"
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2004-01-09 15:47:45 -05:00
|
|
|
DISTNAME= ncftp-3.1.7
|
1998-09-13 23:43:51 -04:00
|
|
|
CATEGORIES= net
|
2001-08-07 13:11:58 -04:00
|
|
|
HOMEPAGE= http://www.ncftp.com/ncftp/
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2003-09-24 17:21:57 -04:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2003-09-24 17:21:57 -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
|
|
|
|
2001-09-30 15:32:15 -04:00
|
|
|
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
|
|
|
|
MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
|
2003-02-12 10:20:05 -05:00
|
|
|
DISTFILES= ${DISTNAME}-src.tar.gz
|
2001-09-30 15:32:15 -04:00
|
|
|
|
2004-04-28 08:29:02 -04:00
|
|
|
PATCHFILES= ncftp-317-v6-20040119.diff.gz:0
|
2001-09-30 15:32:15 -04:00
|
|
|
PATCH_DIST_STRIP= -p1
|
2004-01-15 03:47:30 -05:00
|
|
|
FAKE_FLAGS= DESTDIR=${WRKINST} mandir=${WRKINST}${TRUEPREFIX}/man
|
2001-09-30 15:32:15 -04:00
|
|
|
|
2000-06-20 06:04:50 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2002-06-25 15:47:12 -04:00
|
|
|
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>
|