openbsd-ports/net/ncftp/Makefile

40 lines
974 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.42 2011/11/19 15:58:21 naddy Exp $
COMMENT= ftp replacement with advanced user interface
1998-09-13 23:43:51 -04:00
DISTNAME= ncftp-3.2.5
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
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
WANTLIB= c ncurses
2000-02-12 03:02:07 -05:00
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \
ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/
MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITES:=older_versions/}
MASTER_SITES0= http://shell.uugrn.org/~naddy/
DISTFILES= ${DISTNAME}-src.tar.bz2
PATCHFILES= ncftp-325-v6.diff.gz:0 # former KAME v6 patch
PATCH_DIST_STRIP=-p1
AUTOCONF_VERSION=2.13
AUTOCONF= autoconf -l autoconf_local
AUTOHEADER= autoheader -l autoconf_local
CONFIGURE_STYLE=autoconf
CONFIGURE_ARGS= --disable-ccdv
CONFIGURE_ENV= TAR=/bin/tar
2004-07-29 07:40:34 -04:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
NO_REGRESS= Yes
2001-11-30 11:57:03 -05:00
1998-09-13 23:43:51 -04:00
.include <bsd.port.mk>