freebsd-ports/textproc/pecl-ctemplate/Makefile
Vanilla I. Shu 946af7c608 1: Upgrade google-ctemplate to 2.1.
2: bump pecl-ctempalte revision to chase shared library version.
2012-04-14 04:16:24 +00:00

34 lines
686 B
Makefile

# New ports collection makefile for: pecl-cTemplate
# Date created: 07 May 2006
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= cTemplate
PORTVERSION= 1.10
PORTREVISION= 4
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.2:${PORTSDIR}/textproc/google-ctemplate
USE_BZIP2= yes
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER= 5
IGNORE_WITH_PHP= 4
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}
CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE}
.include <bsd.port.mk>