aboutsummaryrefslogtreecommitdiffstats
path: root/www/varnish-nagios/Makefile
blob: 1cded6e8d32dee5f11742b63d5ffd430c4c54893 (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
28
29
30
31
# New ports collection makefile for:    varnish-nagios
# Date created:             2012-04-15
# Whom:                 anders
#
# $FreeBSD$
#

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=    Varnish Nagios

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

LICENSE=    BSD

GNU_CONFIGURE=  yes

USE_GNOME=  pkgconfig

PLIST_FILES=    libexec/nagios/check_varnish

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

.include <bsd.port.mk>