opnsense-ports/devel/libstatgrab0/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

31 lines
805 B
Makefile

# Created by: Tim Bishop <tdb@FreeBSD.org>
# $FreeBSD$
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>