freebsd-ports/net/yaz++/Makefile
Dmitry Sivachenko 35dc409f04 iNew port: yaz++.
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.
2002-11-08 18:42:37 +00:00

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>