21 lines
600 B
Makefile
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"
|