freebsd-ports/net/knc/Makefile
Dmitry Marakasov c79a9e3be5 - Switch to USES=libtool
- Clarify LICENSE
2014-07-04 07:37:10 +00:00

21 lines
389 B
Makefile

# Created by: Denis Generalov <gd.workbox@gmail.com>
# $FreeBSD$
PORTNAME= knc
PORTVERSION= 1.7.1
CATEGORIES= net
MASTER_SITES= http://oskt.secure-endpoints.com/downloads/
MAINTAINER= gd.workbox@gmail.com
COMMENT= KNC is Kerberised NetCat
LICENSE= BSD2CLAUSE MIT
LICENSE_COMB= multi
USES= libtool
GNU_CONFIGURE= yes
PLIST_FILES= bin/knc \
man/man1/knc.1.gz
.include <bsd.port.mk>