freebsd-ports/devel/pecl-statgrab/Makefile
Tim Bishop f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00

42 lines
891 B
Makefile

# New ports collection makefile for: pecl-statgrab
# Date created: 04 April 2005
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= statgrab
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DISTNAME= Statgrab-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= tdb@FreeBSD.org
COMMENT= A PECL extension to retrieve information from libstatgrab
LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -ldevstat ${EXTRA_LIBS}"
CONFIGURE_ARGS= --with-statgrab=${LOCALBASE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_LIBS= -lkvm
.endif
.if ${PHP_VER} < 5
post-patch:
@${PATCH} -d ${WRKSRC} -p0 < ${FILESDIR}/php_statgrab.h.patch
.endif
.include <bsd.port.post.mk>