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