pkgsrc/net/ncftp3/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

22 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.32 2020/01/26 17:31:52 rillig Exp $
DISTNAME= ncftp-3.2.6-src
PKGNAME= ${DISTNAME:S/ncftp/ncftp3/:S/-src//}
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.ncftp.com/
COMMENT= FTP replacement with advanced user interface
LICENSE= artistic
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
USE_TOOLS+= perl:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-universal
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"