# New ports collection makefile for: pecl-memcache # Date created: 10 August 2004 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= memcache PORTVERSION= 3.0.6 CATEGORIES= databases MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= Memcached extension OPTIONS_DEFINE= EXAMPLES CONFIGURE_ARGS= --with-zlib-dir=/usr USE_DOS2UNIX= yes USE_PHP= zlib session USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes .include post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}/ .endif .include