1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/abck/Makefile
Antoine Brodin 988b15524a - Allow staging as a regular user
- Shebangfix
2014-08-21 19:04:32 +00:00

19 lines
389 B
Makefile

# Created by: tundra
# $FreeBSD$
PORTNAME= abck
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/abck/
MAINTAINER= tundra@tundraware.com
COMMENT= Manage intrusion attempts recorded in the system log
USES= python shebangfix
SHEBANG_FILES= abck
python_OLD_CMD= /usr/local/bin/python
python_CMD= ${PYTHON_CMD}
.include <bsd.port.mk>