mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
86e01ec5ef
PR: ports/117557, ports/122297 Submitted by: chinsan, Wen heping <wenheping@gmail.com> Approved by: maintainer timeout (demon; 5 months)
38 lines
916 B
Makefile
38 lines
916 B
Makefile
# New ports collection makefile for: yaz
|
|
# Date created: 16 Sep 2000
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yaz
|
|
PORTVERSION= 3.0.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 \
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
|
|
|
USE_ICONV= yes
|
|
USE_OPENSSL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
|
|
--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
|
|
--with-xslt=${LOCALBASE} --enable-tcpd
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 \
|
|
zoomsh.1 yaz-icu.1 yaz-illclient.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,${PREFIX}/man,' \
|
|
Makefile
|
|
|
|
.include <bsd.port.mk>
|