diff options
author | xtraeme <xtraeme> | 2004-05-20 20:48:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-05-20 20:48:57 +0000 |
commit | ec791356d64886e2a63ad805652c707dd19b462a (patch) | |
tree | 225386dfd0ce9188427f1437855730988c7e884e /devel/libstatgrab/buildlink3.mk | |
parent | 97753e9d05de150b748eef75e4b8fd465d71a3cf (diff) | |
download | pkgsrc-ec791356d64886e2a63ad805652c707dd19b462a.tar.gz |
Initial import of libstatgrab-0.10 from pkgsrc-wip, packaged by the
author Tim Bishop.
The libstatgrab library provides an easy to use interface for
accessing system statistics and information. Available statistics
include CPU, Load, Memory, Swap, Disk I/O, and Network I/O.
Also part of the package are two tools; saidar provides a curses-based
interface to viewing live system statistics, and statgrab is a
sysctl-like interface to the statistics.
Diffstat (limited to 'devel/libstatgrab/buildlink3.mk')
-rw-r--r-- | devel/libstatgrab/buildlink3.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/libstatgrab/buildlink3.mk b/devel/libstatgrab/buildlink3.mk new file mode 100644 index 00000000000..3ab50bbc111 --- /dev/null +++ b/devel/libstatgrab/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/05/20 20:48:58 xtraeme Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBSTATGRAB_BUILDLINK3_MK:= ${LIBSTATGRAB_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= libstatgrab +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibstatgrab} +BUILDLINK_PACKAGES+= libstatgrab + +.if !empty(LIBSTATGRAB_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.libstatgrab+= libstatgrab>=0.9 +BUILDLINK_PKGSRCDIR.libstatgrab?= ../../wip/libstatgrab +.endif # LIBSTATGRAB_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |