for the relevant PHP versions. ports which are 5.6-only remain in pecl-foo port directories, set to only build 5.6 packages ports which have separate versions for 5.6 and 7.0 are split; the port directories are named pecl56-foo for the 5.6-compatible version and pecl-foo for the 7+-version normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
25 lines
454 B
Makefile
25 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.19 2018/04/26 15:08:56 sthen Exp $
|
|
|
|
COMMENT = PHP interface to swish-e
|
|
|
|
DISTNAME = swish-0.5.0
|
|
REVISION = 3
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c m pcre pcreposix swish-e z
|
|
|
|
MODULES = lang/php/pecl
|
|
MODPECL_V = 5.6
|
|
CONFIGURE_STYLE = gnu
|
|
AUTOCONF_VERSION = 2.59
|
|
AUTOMAKE_VERSION = 1.4
|
|
|
|
LIB_DEPENDS = textproc/swish-e
|
|
|
|
post-configure:
|
|
@perl -pi -e 's,(finish_cmds=").*,\1" #,g' ${WRKSRC}/libtool
|
|
|
|
.include <bsd.port.mk>
|