mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
344b32ccd9
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# 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>
|