1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/pecl-memcache/Makefile
Cheng-Lung Sung 54547e0e41 - Fix the broken port using PHP_BUILD and PHPIZE
PR:		ports/112233
Submitted by:	maintainer (Gerrit Beine)
2007-04-29 14:42:50 +00:00

36 lines
666 B
Makefile

# New ports collection makefile for: pecl-memcache
# Date created: 10 August 2004
# Whom: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
PORTNAME= memcache
PORTVERSION= 2.1.2
CATEGORIES= databases
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Memcached extension
USE_PHP= zlib session
USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= memcache
USE_DOS2UNIX= yes
CONFIGURE_ARGS= --with-zlib-dir=/usr
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>