c79a9e3be5
- Clarify LICENSE
21 lines
389 B
Makefile
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>
|