2000-10-24 02:19:01 +00:00
|
|
|
# New ports collection makefile for: yaz
|
2001-12-23 10:46:44 +00:00
|
|
|
# Date created: 16 Sep 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
2000-10-24 02:19:01 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yaz
|
2008-04-04 21:33:53 +00:00
|
|
|
PORTVERSION= 3.0.26
|
2000-10-24 02:19:01 +00:00
|
|
|
CATEGORIES= net
|
2001-12-23 10:46:44 +00:00
|
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
2000-10-24 02:19:01 +00:00
|
|
|
|
2000-11-13 12:45:40 +00:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-02-22 09:13:13 +00:00
|
|
|
COMMENT= Z39.50/SR client and API library
|
2000-10-24 02:19:01 +00:00
|
|
|
|
2007-02-01 13:40:08 +00:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
|
|
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
2004-05-12 07:21:58 +00:00
|
|
|
|
2004-03-30 19:56:43 +00:00
|
|
|
USE_ICONV= yes
|
2004-05-03 17:51:36 +00:00
|
|
|
USE_OPENSSL= yes
|
2000-10-24 02:19:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-10 10:42:57 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
|
|
|
|
--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE} \
|
2007-02-01 13:40:08 +00:00
|
|
|
--with-xslt=${LOCALBASE} --enable-tcpd
|
2006-08-16 08:46:51 +00:00
|
|
|
USE_LDCONFIG= yes
|
2000-10-24 02:19:01 +00:00
|
|
|
|
2006-12-23 15:35:05 +00:00
|
|
|
MAN1= yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 \
|
2008-04-04 21:33:53 +00:00
|
|
|
zoomsh.1 yaz-icu.1 yaz-illclient.1
|
2006-08-16 08:46:51 +00:00
|
|
|
MAN7= yaz-log.7 yaz.7
|
2004-05-12 07:21:58 +00:00
|
|
|
MAN8= yaz-config.8 yaz-ztest.8
|
2000-10-24 02:19:01 +00:00
|
|
|
|
2006-08-16 08:46:51 +00:00
|
|
|
pre-install:
|
|
|
|
cd ${WRKSRC}/doc && \
|
2007-08-04 11:41:30 +00:00
|
|
|
${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
|
2006-08-16 08:46:51 +00:00
|
|
|
Makefile
|
|
|
|
|
2000-10-24 02:19:01 +00:00
|
|
|
.include <bsd.port.mk>
|