2005-05-04 14:43:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2005/05/04 14:43:29 naddy Exp $
|
2001-05-06 04:59:54 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
COMMENT= "ftp replacement with advanced user interface"
|
1998-09-14 03:43:51 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
DISTNAME= ncftp-3.1.9
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.ncftp.com/ncftp/
|
1998-09-14 03:43:51 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
1998-09-14 03:43:51 +00:00
|
|
|
|
2003-09-24 21:21:57 +00:00
|
|
|
# GPL
|
2000-03-05 18:30:21 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c ncurses
|
2000-02-12 08:02:07 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \
|
|
|
|
ftp://ftp.belnet.be/mirror/ftp.ncftp.com/ncftp/
|
|
|
|
MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/ \
|
|
|
|
ftp://ftp.belnet.be/mirror/ftp.kame.net/pub/kame/misc/
|
|
|
|
DISTFILES= ${DISTNAME}-src.tar.gz
|
2001-09-30 19:32:15 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
PATCHFILES= ncftp-319-v6-20050419.diff.gz:0
|
|
|
|
PATCH_DIST_STRIP=-p1
|
2001-09-30 19:32:15 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
CONFIGURE_ENV= TAR=/bin/tar
|
2004-07-29 11:40:34 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
|
2005-05-04 14:43:29 +00:00
|
|
|
|
|
|
|
# configure script switches to /usr/local/share/man if there's a
|
|
|
|
# /usr/local/share around, so enforce /usr/local/man manually.
|
2005-05-04 07:51:17 +00:00
|
|
|
CONFIGURE_ARGS+=--mandir='$${DESTDIR}${PREFIX}/man'
|
1998-09-14 03:43:51 +00:00
|
|
|
|
2005-04-24 19:53:43 +00:00
|
|
|
NO_REGRESS= Yes
|
2001-11-30 16:57:03 +00:00
|
|
|
|
1998-09-14 03:43:51 +00:00
|
|
|
.include <bsd.port.mk>
|