Makefile 794 B

123456789101112131415161718192021222324252627
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= nagios-plugins
  5. PKG_VERSION:= 1.4.15
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 56abd6ade8aa860b38c4ca4a6ac5ab0d
  8. PKG_DESCR:= Nagios plugins
  9. PKG_SECTION:= net
  10. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/}
  11. PKG_HOST_DEPENDS:= !darwin
  12. include $(TOPDIR)/mk/package.mk
  13. $(eval $(call PKG_template,NAGIOS_PLUGINS,nagios-plugins,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  14. CONFIGURE_ENV+= ac_cv_lib_nsl_main=no
  15. nagios-plugins-install:
  16. $(INSTALL_DIR) $(IDIR_NAGIOS_PLUGINS)/usr/libexec
  17. $(CP) $(WRKINST)/usr/libexec/* \
  18. $(IDIR_NAGIOS_PLUGINS)/usr/libexec
  19. include ${TOPDIR}/mk/pkg-bottom.mk