blob: eb20e7170bd3fa10c2fcd18e93cb0e7b89c4767b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ports collection makefile for: abmgmt
# Date Created: 27 July 2001
# Whom: tundra
#
# $FreeBSD$
#
PORTNAME= abck
PORTVERSION= 2.2
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/abck/
MAINTAINER= tundra@tundraware.com
COMMENT= Manage intrusion attempts recorded in the system log
USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= abck.1
.include <bsd.port.mk>
|