2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:44:47 espie Exp $
|
2005-02-23 09:40:47 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= PHP interface to memcached
|
2005-02-23 09:40:47 -05:00
|
|
|
|
2012-04-16 13:44:38 -04:00
|
|
|
DISTNAME= memcache-3.0.6
|
2012-08-30 10:09:21 -04:00
|
|
|
REVISION= 3
|
2010-04-05 22:08:45 -04:00
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
2005-02-23 09:40:47 -05:00
|
|
|
|
2012-04-19 17:30:26 -04:00
|
|
|
# PHP
|
2005-02-23 09:40:47 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-04-19 17:30:26 -04:00
|
|
|
MODULES= lang/php/pecl
|
|
|
|
CONFIGURE_STYLE= gnu
|
2005-02-23 09:40:47 -05:00
|
|
|
|
2011-07-08 20:04:11 -04:00
|
|
|
CONFIGURE_ARGS+= --with-zlib-dir=/usr
|
2005-02-23 09:40:47 -05:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@perl -pi -e 's,(finish_cmds=").*,\1" #,g' ${WRKSRC}/libtool
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|