pkgsrc/net/netcat6/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

25 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:53 rillig Exp $
DISTNAME= nc6-1.0
PKGNAME= ${DISTNAME:S/nc/netcat/}
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/
MASTER_SITES+= http://ftp.deepspace6.net/pub/ds6/sources/nc6/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.deepspace6.net/projects/netcat6.html
COMMENT= Network swiss army knife
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
# don't auto-detect IPv6, use options.mk:
CONFIGURE_ARGS+= --disable-stack-guess
USE_PKGLOCALEDIR= yes
USE_FEATURES+= inet6
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"