1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net-mgmt/nagios-pf-plugin/Makefile
John Marino f466006dd0 Resurrect net-mgmt/nagios-pf-plugin
This port was removed due to lack of public distfiles.  A new source
has been found at GitHub, and the submitter becomes its new maintainer.

PR:		188325
Submitted by:	rand (iteris.com)
Minor tweaks:	marino
2014-06-11 09:07:56 +00:00

27 lines
534 B
Makefile

# Created by: Kian Mohageri <kian.mohageri@gmail.com>
# $FreeBSD$
PORTNAME= nagios-pf-plugin
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= net-mgmt
DISTNAME= check_pf-${PORTVERSION}
MAINTAINER= rand@iteris.com
COMMENT= Nagios plugin for checking PF
USE_GITHUB= yes
GH_ACCOUNT= kian
GH_PROJECT= nagios-pf-plugin
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 2aba423
PLIST_FILES= libexec/nagios/check_pf
PLIST_DIRS= libexec/nagios/
SUB_FILES= pkg-message
pre-su-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>