22 lines
519 B
Makefile
22 lines
519 B
Makefile
# Created by: tundra
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= abck
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tundraware.com/Software/abck/
|
|
|
|
MAINTAINER= tundra@tundraware.com
|
|
COMMENT= Manage intrusion attempts recorded in the system log
|
|
|
|
LICENSE= TundraWare
|
|
LICENSE_NAME= TundraWare license
|
|
LICENSE_FILE= ${WRKSRC}/abck-License.txt
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
|
|
|
|
USES= python:2.7,run shebangfix
|
|
SHEBANG_FILES= abck
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|