diff options
author | will <will@FreeBSD.org> | 2003-06-03 05:11:10 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 05:11:10 +0000 |
commit | 2b3d5ba7e001ceed3eb14077532704b41f0512cc (patch) | |
tree | 07f59c7d5f18033388721bc28369a9fab13c492c /devel/libstatgrab/Makefile | |
parent | f597cc77b1ef17e10f379bf84a87fb5b1fa40498 (diff) | |
download | FreeBSD-ports-2b3d5ba7e001ceed3eb14077532704b41f0512cc.zip FreeBSD-ports-2b3d5ba7e001ceed3eb14077532704b41f0512cc.tar.gz |
Add libstatgrab 0.4, which provides a useful interface to
system statistics.
PR: 51723
Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'devel/libstatgrab/Makefile')
-rw-r--r-- | devel/libstatgrab/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile new file mode 100644 index 0000000..3f7d782 --- /dev/null +++ b/devel/libstatgrab/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libstatgrab +# Date created: 30 March 2003 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= libstatgrab +PORTVERSION= 0.4 +CATEGORIES= devel +MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= tim@bishnet.net +COMMENT= Provides a useful interface to system statistics + +DIST_SUBDIR= iscream +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> |