summaryrefslogtreecommitdiff
path: root/net/yazproxy/Makefile
blob: e41f71dc8c60902449448efe10622ba0f78d9458 (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:	yazproxy
# Date created:				3 May 2004
# Whom:					Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	yazproxy
PORTVERSION=	0.8
CATEGORIES=	net
MASTER_SITES=	http://ftp.indexdata.dk/pub/yazproxy/

MAINTAINER=	demon@FreeBSD.org
COMMENT=	A powerful general purpose Z39.50/SRW/SRU proxy

LIB_DEPENDS=	yazcpp.1:${PORTSDIR}/net/yaz++

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin
INSTALLS_SHLIB=	yes

MAN8=		yazproxy.8

.include <bsd.port.mk>