Update games/scummvm to version 1.7.0
[dports.git] / textproc / pecl-ctemplate / Makefile
1 # Created by: vanilla
2 # $FreeBSD$
3
4 PORTNAME=       cTemplate
5 PORTVERSION=    1.11
6 PORTREVISION=   0
7 CATEGORIES=     textproc pear
8 MASTER_SITES=   ${MASTER_SITE_LOCAL}
9 MASTER_SITE_SUBDIR=     vanilla
10 PKGNAMEPREFIX=  pecl-
11 DIST_SUBDIR=    PECL
12
13 MAINTAINER=     vanilla@FreeBSD.org
14 COMMENT=        A PECL extension for Google ctemplate library
15
16 LIB_DEPENDS=    libctemplate.so:${PORTSDIR}/textproc/google-ctemplate
17
18 USES=           tar:xz
19 USE_PHP=        yes
20 USE_PHPEXT=     yes
21 DEFAULT_PHP_VER=        5
22
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib ${EXTRA_LIBS}
25
26 CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
27
28 .include <bsd.port.mk>