summaryrefslogtreecommitdiff
path: root/net/yaz++/Makefile
blob: a1ba33f42601153f87c7299c5c174b72aa0feb1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
COMMENT=	A C++ programmer's toolkit for the development of Z39.50v3 clients and servers

LIB_DEPENDS=	yaz.2:${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>