Makefile 698 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.30 2017/04/21 17:08:01 giovanni Exp $
  2. ONLY_FOR_ARCHS= amd64 i386 powerpc
  3. COMMENT= control and monitor storage systems using SMART
  4. DISTNAME= smartmontools-6.5
  5. REVISION= 0
  6. CATEGORIES= sysutils
  7. HOMEPAGE= https://www.smartmontools.org/
  8. MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
  9. # GPLv2+
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB= c m ${LIBCXX} util
  12. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=smartmontools/}
  13. SEPARATE_BUILD= Yes
  14. USE_GMAKE= Yes
  15. CONFIGURE_STYLE= gnu
  16. CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/smartmontools \
  17. --with-exampledir=${PREFIX}/share/examples/smartmontools \
  18. --with-libcap-ng=no \
  19. --without-drivedbdir
  20. .include <bsd.port.mk>