summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios12/Makefile
blob: 8deae2a5913578edd0e37a3245b532f8ee7baea2 (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
# New ports collection makefile for:	netsaint
# Date created:				Wed 12 Jul 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	netsaint
PORTVERSION=	0.0.5.2
CATEGORIES=	net
MASTER_SITES=	http://www.netsaint.org/download/
DISTNAME=	${PORTNAME}-0.0.5-2

MAINTAINER=	will@FreeBSD.org

LIB_DEPENDS=	gd.1:${PORTSDIR}/graphics/gd

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib -lgd"
INSTALL_TARGET=	install-all

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

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

.include <bsd.port.mk>