aboutsummaryrefslogtreecommitdiffstats
path: root/net/nagios/Makefile
blob: cd7e01f234103f11b17fbee12ef562e0eaf66bc4 (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
32
33
34
35
36
37
# New ports collection makefile for:    netsaint
# Date created:             Wed 12 Jul 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   netsaint
PORTVERSION=    0.0.6
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://netsaint.sourceforge.net/download/

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    gd.2:${PORTSDIR}/graphics/gd \
        gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
# no run depends due to circular reference
#RUN_DEPENDS=   ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib -lgd -lgnugetopt"
CONFIGURE_ARGS= --with-command-user=root \
        --with-command-grp=wheel \
        --with-netsaint-user=netsaint \
        --with-netsaint-grp=netsaint
INSTALL_TARGET= all install config install-config install-daemoninit

pre-fetch:
    @${SH} ${SCRIPTDIR}/checkps

pre-install:
    ${PERL} ${SCRIPTDIR}/createuser

.include <bsd.port.mk>