pkgsrc/net/ncftp3/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

25 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.27 2015/08/18 07:31:15 wiz Exp $
DISTNAME= ncftp-3.2.5-src
PKGNAME= ${DISTNAME:S/ncftp/ncftp3/:S/-src//}
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ncftp.com/
COMMENT= FTP replacement with advanced user interface
LICENSE= artistic
INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
GNU_CONFIGURE= yes
post-patch:
${MV} ${WRKSRC}/ncftp/pref.h ${WRKSRC}/ncftp/pref.h.in
${SED} -e "s:/etc/ncftp.firewall:${PREFIX}/etc/ncftp.firewall:" \
< ${WRKSRC}/ncftp/pref.h.in > ${WRKSRC}/ncftp/pref.h
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"