aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libstatgrab/Makefile
blob: d9cafcd58a69432f20af60770849d65385d8137d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    libstatgrab
# Date created:     30 March 2003
# Whom:         Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#

PORTNAME=   libstatgrab
PORTVERSION=    0.5
CATEGORIES= devel
MASTER_SITES=   ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
        http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
        ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
        http://www.i-scream.org/pub/i-scream/%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

ONLY_FOR_ARCHS= i386

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
IGNORE= "does not currently support FreeBSD 5.x"
.endif

.include <bsd.port.post.mk>