pkgsrc-wip/nagios-plugin-pgsql/Makefile
Murray Armfield 124750fadc Initial import of nagios plugins pgsql version 1.3.0 package
This package extends the nagios-plugins package to support postgresql.
2003-04-06 00:37:33 +00:00

21 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 00:37:33 marmfield Exp $
#
.include "../../net/nagios-plugins/Makefile.common"
PKGNAME= nagios-plugin-pgsql
PKGREVISION= # not defined
MAINTAINER= murray@river-styx.org
COMMENT= Nagios pgsql plugin
BINARY_TARGET= utils.o check_pgsql
CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib}
CPPFLAGS+= -I${BUILDLINK_PREFIX.postgresql-lib}/include/pgsql
.include "../../net/nagios-plugins/Makefile.plugin"
.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"