aboutsummaryrefslogtreecommitdiff
path: root/devel/libstatgrab0/Makefile
blob: 972f064ecb68c86a23635531f61d82f36b08ab43 (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
PORTNAME=	libstatgrab
PORTVERSION=	0.17
CATEGORIES=	devel
MASTER_SITES=	http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \
		http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ \
		http://ftp.i-scream.org/pub/i-scream/libstatgrab/
PKGNAMESUFFIX=	0

MAINTAINER=	tdb@FreeBSD.org
COMMENT=	Provides a useful interface to system statistics

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USES=		pathfix pkgconfig libtool

CONFIGURE_ARGS=	--disable-examples \
		--disable-manpages \
		--disable-saidar \
		--disable-statgrab \
		--disable-deprecated

post-configure:
	${CP} ${WRKSRC}/libstatgrab.pc ${WRKSRC}/libstatgrab0.pc

post-install:
	${MV} ${STAGEDIR}${PREFIX}/include/statgrab.h ${STAGEDIR}${PREFIX}/include/statgrab0.h

.include <bsd.port.mk>