Files
ports/sysutils/libstatgrab/Makefile
T

25 lines
533 B
Makefile
Raw Normal View History

2007-07-17 23:45:43 +00:00
COMMENT= system statistics gathering library
DISTNAME= libstatgrab-0.91
REVISION= 5
2007-07-17 23:45:43 +00:00
CATEGORIES= sysutils
HOMEPAGE= http://www.i-scream.org/libstatgrab/
SHARED_LIBS += statgrab 1.0 # 10.0
2007-07-17 23:45:43 +00:00
2012-05-30 13:12:32 +00:00
# LGPLv2.1/GPLv2
PERMIT_PACKAGE= Yes
2012-05-30 13:12:32 +00:00
WANTLIB= c curses m pthread
2007-07-17 23:45:43 +00:00
2023-09-27 17:16:22 +00:00
SITES= http://ftp.i-scream.org/pub/i-scream/libstatgrab/ \
http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
2007-07-17 23:45:43 +00:00
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--disable-setgid-binaries \
--disable-setuid-binaries \
--disable-deprecated
.include <bsd.port.mk>