Makefile 438 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.18 2016/03/19 21:18:38 naddy Exp $
  2. COMMENT = PHP interface to swish-e
  3. DISTNAME = swish-0.5.0
  4. REVISION = 2
  5. # PHP
  6. PERMIT_PACKAGE_CDROM = Yes
  7. WANTLIB = c m pcre pcreposix swish-e z
  8. MODULES = lang/php/pecl
  9. CONFIGURE_STYLE = gnu
  10. AUTOCONF_VERSION = 2.59
  11. AUTOMAKE_VERSION = 1.4
  12. LIB_DEPENDS = textproc/swish-e
  13. post-configure:
  14. @perl -pi -e 's,(finish_cmds=").*,\1" #,g' ${WRKSRC}/libtool
  15. .include <bsd.port.mk>