2011-11-19 10:58:21 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2011/11/19 15:58:21 naddy Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= ftp replacement with advanced user interface
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2011-11-19 10:58:21 -05:00
|
|
|
DISTNAME= ncftp-3.2.5
|
2005-04-24 15:53:43 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.ncftp.com/ncftp/
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2008-08-21 10:48:02 -04:00
|
|
|
# Artistic
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-11-09 12:58:55 -05:00
|
|
|
|
|
|
|
WANTLIB= c ncurses
|
2000-02-12 03:02:07 -05:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \
|
2009-11-09 12:58:55 -05:00
|
|
|
ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/
|
|
|
|
MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITES:=older_versions/}
|
2011-11-19 10:58:21 -05:00
|
|
|
MASTER_SITES0= http://shell.uugrn.org/~naddy/
|
2001-09-30 15:32:15 -04:00
|
|
|
|
2009-11-09 12:58:55 -05:00
|
|
|
DISTFILES= ${DISTNAME}-src.tar.bz2
|
2011-11-19 10:58:21 -05:00
|
|
|
PATCHFILES= ncftp-325-v6.diff.gz:0 # former KAME v6 patch
|
2005-04-24 15:53:43 -04:00
|
|
|
PATCH_DIST_STRIP=-p1
|
2001-09-30 15:32:15 -04:00
|
|
|
|
2011-11-19 10:58:21 -05:00
|
|
|
AUTOCONF_VERSION=2.13
|
|
|
|
AUTOCONF= autoconf -l autoconf_local
|
|
|
|
AUTOHEADER= autoheader -l autoconf_local
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=autoconf
|
2009-11-09 12:58:55 -05:00
|
|
|
CONFIGURE_ARGS= --disable-ccdv
|
2005-04-24 15:53:43 -04:00
|
|
|
CONFIGURE_ENV= TAR=/bin/tar
|
2004-07-29 07:40:34 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
|
2005-05-04 10:43:29 -04:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-11-30 11:57:03 -05:00
|
|
|
|
1998-09-13 23:43:51 -04:00
|
|
|
.include <bsd.port.mk>
|