2005-05-04 10:43:29 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2005/05/04 14:43:29 naddy Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
COMMENT= "ftp replacement with advanced user interface"
|
1998-09-13 23:43:51 -04:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
DISTNAME= ncftp-3.1.9
|
|
|
|
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
|
|
|
|
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
|
2004-12-15 19:31:20 -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/ \
|
|
|
|
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 15:32:15 -04:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
PATCHFILES= ncftp-319-v6-20050419.diff.gz:0
|
|
|
|
PATCH_DIST_STRIP=-p1
|
2001-09-30 15:32:15 -04:00
|
|
|
|
2005-04-24 15:53:43 -04:00
|
|
|
CONFIGURE_STYLE=gnu dest
|
|
|
|
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
|
|
|
|
|
|
|
# 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 03:51:17 -04:00
|
|
|
CONFIGURE_ARGS+=--mandir='$${DESTDIR}${PREFIX}/man'
|
1998-09-13 23:43:51 -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>
|