1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/pecl-mcve/Makefile
Pav Lucistnik fec5d5406c - Chase libmcve renaming
Pointy hat to:	pav
2009-02-02 01:10:51 +00:00

29 lines
625 B
Makefile

# New ports collection makefile for: pecl-mcve
# Date created: 14,May 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= mcve
PORTVERSION= 7.0.1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= wenheping@gmail.com
COMMENT= A PECL Extension for Interface the MCVE/Monetra API
LIB_DEPENDS= monetra.7:${PORTSDIR}/devel/libmonetra
USE_PHP= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-mcve
LDFLAGS+= "-L${LOCALBASE}/lib"
CFLAGS+= "-I${LOCALBASE}/include"
.include <bsd.port.mk>