head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.04.22.20.22.23;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2012.04.16.14.21.14;	author anders;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.16.14.19.57;	author anders;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	varnish-nagios
# Date created:				2012-04-15
# Whom:					anders
#
# $FreeBSD: head/www/varnish-nagios/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	varnish-nagios
DISTVERSION=	1.1
CATEGORIES=	www
MASTER_SITES=	http://repo.varnish-cache.org/source/ \
		http://anders.fupp.net/distfiles/

MAINTAINER=	anders@@FreeBSD.org
COMMENT=	Nagios plugin to check status of Varnish

BUILD_DEPENDS=	${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish

LICENSE=	BSD

GNU_CONFIGURE=	yes

USE_GNOME=	pkgconfig

PLIST_DIRSTRY=	libexec/nagios
PLIST_FILES=	libexec/nagios/check_varnish

do-install:
	@@${MKDIR} ${PREFIX}/libexec/nagios
	${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${PREFIX}/libexec/nagios

.include <bsd.port.mk>
@


1.3
log
@Attempt to remove libexec/nagios and make pointyhat happy.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Improve comment (oops).
@
text
@d25 1
@


1.1
log
@Add Nagios plugin to check status of Varnish.
@
text
@d15 1
a15 1
COMMENT=	Varnish Nagios
@

