62a76c3115
system statistics. PR: 51723 Submitted by: Tim Bishop <tim@bishnet.net>
22 lines
468 B
Makefile
22 lines
468 B
Makefile
# 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>
|