pkgsrc/net/yaz/Makefile
wiz d45ea37d5b Update to 3.0.48:
--- 3.0.48 2009/08/28

The show command offered by the zoomsh command now takes a 3d optional
parameter type which is what is passed to ZOOM_record. If the type
argument is omitted, "render" is used.

RPN to CQL conv may use USE string attributes (bug #2978).

MarcXchange NS is now info:lc/xmlns/marcxchange-v1 .
2009-08-31 14:07:51 +00:00

39 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.24 2009/08/31 14:07:51 wiz Exp $
#
DISTNAME= yaz-3.0.48
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= phil@NetBSD.org
HOMEPAGE= http://indexdata.dk/yaz/
COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
# needed during installation
BUILD_DEPENDS+= tcl-[0-9]*:../../lang/tcl
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.libiconv}
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-xml2=${BUILDLINK_PREFIX.libxml2}
PTHREAD_OPTS+= native optional
# don't depend on tcl, but fix the path to tclsh anyway
CHECK_INTERPRETER_SKIP= util/yaz-asncomp
SUBST_CLASSES+= tclsh
SUBST_SED.tclsh+= -e 's,/usr/bin/tclsh,${PREFIX}/bin/tclsh,'
SUBST_FILES.tclsh+= util/yaz-asncomp
SUBST_STAGE.tclsh+= post-build
.include "../../converters/libiconv/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"