99df33f9d5
This fix this package build with latest net/yaz package. Changes: 1.0.14 Allow sru_verson to be set via yaz_connect. Fixed bad memory reference in yaz_es_result 1.0.13 Fixed yaz_present that could use use yaz_range values from old session 1.0.12 Fixed argument parsing for yaz_ccl_parse 1.0.11 Fixes for windows 1.0.10 CCL stop word facility 1.0.9 Updated for YAZ 3.0. Shutdown/setting fixes 1.0.8 Updated for YAZ 2.1.42
16 lines
406 B
Makefile
16 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/10/28 15:37:33 seb Exp $
|
|
|
|
MODNAME= yaz
|
|
PECL_VERSION= 1.0.14
|
|
#PKGREVISION= 1
|
|
CATEGORIES+= net
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= PHP extension for YAZ
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.yaz}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../net/yaz/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|