blob: b1ea2a5ea3f32222a9ec042afea285088cf7a4b7 (
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
29
30
31
32
33
|
# New ports collection makefile for: pecl-cTemplate
# Date created: 07 May 2006
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= cTemplate
PORTVERSION= 1.2
CATEGORIES= textproc pear
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vanilla
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A PECL extension for google ctemplate library
LIB_DEPENDS= ctemplate.0:${PORTSDIR}/textproc/google-ctemplate
USE_BZIP2= yes
USE_GCC= 3.2+
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER= 5
IGNORE_WITH_PHP= 4
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"
CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
.include <bsd.port.mk>
|