Makefile 661 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.12 2015/10/05 16:29:02 sthen Exp $
  2. COMMENT= system statistics gathering library
  3. DISTNAME= libstatgrab-0.91
  4. REVISION= 1
  5. CATEGORIES= sysutils
  6. HOMEPAGE= http://www.i-scream.org/libstatgrab/
  7. MAINTAINER= William Yodlowsky <william@openbsd.org>
  8. SHARED_LIBS += statgrab 1.0 # 10.0
  9. # LGPLv2.1/GPLv2
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB= c ncurses m pthread
  12. MASTER_SITES= http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
  13. fhttp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
  14. CONFIGURE_STYLE=gnu
  15. CONFIGURE_ARGS+=--disable-setgid-binaries \
  16. --disable-setuid-binaries \
  17. --disable-deprecated
  18. .include <bsd.port.mk>