2012-05-30 09:12:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2012/05/30 13:12:32 jasper Exp $
|
2007-07-17 19:45:43 -04:00
|
|
|
|
|
|
|
COMMENT= system statistics gathering library
|
|
|
|
|
2012-05-30 09:12:32 -04:00
|
|
|
DISTNAME= libstatgrab-0.17
|
2007-07-17 19:45:43 -04:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.i-scream.org/libstatgrab/
|
|
|
|
|
2012-05-30 09:12:32 -04:00
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
2007-07-17 19:45:43 -04:00
|
|
|
|
2012-05-30 09:12:32 -04:00
|
|
|
SHARED_LIBS += statgrab 0.0 # 8.3
|
2007-07-17 19:45:43 -04:00
|
|
|
|
2012-05-30 09:12:32 -04:00
|
|
|
# LGPLv2.1/GPLv2
|
2007-07-17 19:45:43 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2012-05-30 09:12:32 -04:00
|
|
|
|
2007-07-17 19:45:43 -04:00
|
|
|
WANTLIB= c ncurses
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
|
|
|
|
ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=--disable-setgid-binaries \
|
|
|
|
--disable-setuid-binaries \
|
|
|
|
--disable-deprecated
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|