123456789101112131415161718192021222324 |
- # $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>
|