pkgsrc/security/knc/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

20 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/26 17:32:03 rillig Exp $
#
DISTNAME= knc-1.7.1
CATEGORIES= security net
MASTER_SITES= http://oskt.secure-endpoints.com/downloads/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://oskt.secure-endpoints.com/knc.html
COMMENT= Kerberised NetCat
LICENSE= mit
GNU_CONFIGURE= YES
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
LDFLAGS.SunOS+= -lresolv -lsocket -lnsl
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"