37 lines
893 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.43 2013/03/11 11:35:49 espie Exp $
COMMENT= ftp replacement with advanced user interface
1998-09-14 03:43:51 +00:00
DISTNAME= ncftp-3.2.5
CATEGORIES= net
HOMEPAGE= http://www.ncftp.com/ncftp/
1998-09-14 03:43:51 +00:00
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
1998-09-14 03:43:51 +00:00
2008-08-21 14:48:02 +00:00
# Artistic
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ncurses
2000-02-12 08:02:07 +00: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 11:40:34 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2001-11-30 16:57:03 +00:00
1998-09-14 03:43:51 +00:00
.include <bsd.port.mk>