Files
espie a34bba2839 MASTER_SITES -> SITES
catch one MASTER_SITES0 that wasn't actually in use
2023-09-27 14:17:59 +00:00

27 lines
522 B
Makefile

COMMENT= FTP client with advanced user interface
DISTNAME= ncftp-3.2.6
CATEGORIES= net
HOMEPAGE= https://www.ncftp.com/ncftp/
REVISION= 2
# Artistic
PERMIT_PACKAGE= Yes
WANTLIB= c curses
SITES= https://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ \
ftp://ftp.ncftp.com/ncftp/
SITES:= ${SITES} ${SITES:=older_versions/}
DISTFILES= ${DISTNAME}-src.tar.xz
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-ccdv
CONFIGURE_ENV= TAR=/bin/tar
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
NO_TEST= Yes
.include <bsd.port.mk>