pkgsrc/net/yaz/Makefile
wiz 29f06e50af Update to 4.0.12:
--- 4.0.12 2010/08/17

Z39.50 facet support. Facet specifications are passed for search in
other-information with ASN.1 as defined in facet.asn and OID
.10.1000.81.5 . Facets are expressed as an Attribute list as known
from Type-1/RPN queries.  Type 1 is field. Type 2 is sort order. Type
3 is limit (number of entries to get in response). yaz-ztest returns
dummy facets if a client asks for them.
2010-09-13 11:02:28 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.35 2010/09/13 11:02:28 wiz Exp $
#
DISTNAME= yaz-4.0.12
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
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config tclsh
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= bin/yaz-asncomp
REPLACE_INTERPRETER+= tclsh
REPLACE.tclsh.old= .*tclsh
REPLACE.tclsh.new= ${TCLSH}
REPLACE_FILES.tclsh= util/yaz-asncomp
.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"