2012-06-18 07:56:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2012/06/18 07:56:13 ajacoutot Exp $
|
2009-02-04 09:31:41 +00:00
|
|
|
|
|
|
|
COMMENT = PHP interface to swish-e
|
|
|
|
|
2011-11-17 12:44:21 +00:00
|
|
|
DISTNAME = swish-0.4.0
|
2012-06-18 07:56:13 +00:00
|
|
|
REVISION = 1
|
2009-02-04 09:31:41 +00:00
|
|
|
|
2012-04-19 21:30:26 +00:00
|
|
|
# PHP
|
2009-02-04 09:31:41 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-11 12:35:09 +00:00
|
|
|
WANTLIB = m pcre pcreposix swish-e z
|
2009-02-04 09:31:41 +00:00
|
|
|
|
2012-04-19 21:30:26 +00:00
|
|
|
MODULES = lang/php/pecl
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
AUTOCONF_VERSION = 2.59
|
|
|
|
AUTOMAKE_VERSION = 1.4
|
2011-07-09 00:04:11 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS = textproc/swish-e
|
2009-02-04 09:31:41 +00:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@perl -pi -e 's,(finish_cmds=").*,\1" #,g' ${WRKSRC}/libtool
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|