178eb5bf76
- Add MASTER_SITE_LOCAL as a mirror - Add patches to correct GEOM status check PR: ports/129733 Submitted by: andriy.tovstik@gmail.com Reviewed by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# New ports collection makefile for: nagios-geom
|
|
# Date created: 20 August 2008
|
|
# Whom: rea-fbsd@codelabs.ru
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geom
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.geocities.com/ntb4real/proj/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= wxs
|
|
PKGNAMEPREFIX= nagios-
|
|
DISTNAME= check_geom-${PORTVERSION}
|
|
|
|
MAINTAINER= rea-fbsd@codelabs.ru
|
|
COMMENT= Nagios plug-in to get geom(8) components status
|
|
|
|
USE_PERL5= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
PATCH_STRIP= -p1
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKSRC}/check_geom ${PREFIX}/libexec/nagios
|
|
|
|
.include <bsd.port.mk>
|