1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-mgmt/nagios-geom/Makefile
Eygene Ryabinkin 6589404cbe Change maintainer address for my ports
Approved by: erwin (co-mentor)
2010-11-27 18:59:51 +00:00

29 lines
618 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://codelabs.ru/fbsd/distfiles/ \
http://fbsd.inse.ru/distfiles/
PKGNAMEPREFIX= nagios-
DISTNAME= check_geom-${PORTVERSION}
MAINTAINER= rea@FreeBSD.org
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>