pkgsrc/security/knc/Makefile
wiz 7135fcadcc Revert "Specify readline requirement on 30 packages"
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
2016-12-12 14:22:01 +00:00

20 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.11 2016/12/12 14:22:04 wiz Exp $
#
DISTNAME= knc-1.7.1
CATEGORIES= security net
MASTER_SITES= http://oskt.secure-endpoints.com/downloads/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://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"