27 lines
769 B
Makefile
27 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.13 2012/08/05 10:02:13 obache Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-pgsql-${PLUGINSVERSION}
|
|
PKGREVISION= 2
|
|
CATEGORIES= net sysutils databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Nagios pgsql plugin
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
|
|
|
|
CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.pgsql-lib}
|
|
#CPPFLAGS+= -I${PGSQL_PREFIX}/include/pgsql
|
|
|
|
.include "../../net/nagios-plugins/Makefile.common"
|
|
|
|
BINARY_TARGET= check_pgsql
|
|
|
|
.include "../../net/nagios-plugins/Makefile.plugin"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|