blob: 8aaa9994873d69e2609dec31cf312db9388b29f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: 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
USES= perl5 shebangfix
NO_WRKSUBDIR= yes
NO_BUILD= yes
PATCH_STRIP= -p1
SHEBANG_FILES= check_geom
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/check_geom \
${STAGEDIR}${PREFIX}/libexec/nagios
.include <bsd.port.mk>
|