mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
21 lines
370 B
Makefile
21 lines
370 B
Makefile
# Created by: Denis Generalov <gd.workbox@gmail.com>
|
|
|
|
PORTNAME= knc
|
|
PORTVERSION= 1.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://oskt.secure-endpoints.com/downloads/
|
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
|
COMMENT= 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>
|