9637f7852e
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.
22 lines
565 B
Makefile
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"
|