naddy 88c5a3338b For all our ports that use the pecl module, SHARED_ONLY is always
defined and "c" is always added to WANTLIB.  Remove the check from
the module and add WANTLIB += c to the individual port Makefiles.
No changes in package signature, no other modules affected.
2016-03-19 21:18:37 +00:00

24 lines
438 B
Makefile

# $OpenBSD: Makefile,v 1.18 2016/03/19 21:18:38 naddy Exp $
COMMENT = PHP interface to swish-e
DISTNAME = swish-0.5.0
REVISION = 2
# PHP
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m pcre pcreposix swish-e z
MODULES = lang/php/pecl
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>