mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
35dc409f04
YAZ++ is a C++ programmer's toolkit supporting the development of Z39.50v3 clients and servers. It includes an implementation of the ZOOM C++ binding, a generic YAZ++ client/server API and a powerful Z39.50 proxy.
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# New ports collection makefile for: yaz++
|
|
# Date created: 8 Nov 2002
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yaz++
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-shared --with-yazconfig=${LOCALBASE}/bin
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MAN8= yaz-proxy.8
|
|
|
|
.include <bsd.port.mk>
|