freebsd-ports/net/yaz/Makefile
Dmitry Sivachenko e78f8841d2 Update to 2.1.26.
PR:		102042
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-08-16 08:46:51 +00:00

35 lines
824 B
Makefile

# New ports collection makefile for: yaz
# Date created: 16 Sep 2000
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= yaz
PORTVERSION= 2.1.26
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
MAINTAINER= demon@FreeBSD.org
COMMENT= Z39.50/SR client and API library
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_ICONV= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
--enable-tcpd
USE_LDCONFIG= yes
MAN1= yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 zoomsh.1
MAN7= yaz-log.7 yaz.7
MAN8= yaz-config.8 yaz-ztest.8
pre-install:
cd ${WRKSRC}/doc && \
${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${TARGETDIR}/man,' \
Makefile
.include <bsd.port.mk>