2008-08-22 18:41:13 +02:00
|
|
|
# New ports collection makefile for: nagios-geom
|
|
|
|
# Date created: 20 August 2008
|
|
|
|
# Whom: rea-fbsd@codelabs.ru
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= geom
|
2008-12-23 21:14:48 +01:00
|
|
|
PORTVERSION= 1.3
|
2008-08-22 18:41:13 +02:00
|
|
|
CATEGORIES= net-mgmt
|
2008-12-23 21:14:48 +01:00
|
|
|
MASTER_SITES= http://www.geocities.com/ntb4real/proj/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= wxs
|
2008-08-22 18:41:13 +02:00
|
|
|
PKGNAMEPREFIX= nagios-
|
2008-12-23 21:14:48 +01:00
|
|
|
DISTNAME= check_geom-${PORTVERSION}
|
2008-08-22 18:41:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= rea-fbsd@codelabs.ru
|
|
|
|
COMMENT= Nagios plug-in to get geom(8) components status
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
2008-12-23 21:14:48 +01:00
|
|
|
PATCH_STRIP= -p1
|
2008-08-22 18:41:13 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/libexec/nagios
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_geom ${PREFIX}/libexec/nagios
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|