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
|
2004-03-22 07:06:02 +00:00
|
|
|
PORTVERSION= 2.0.18
|
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
|
|
|
|
2004-03-30 19:56:43 +00:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
2003-02-28 11:34:07 +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
|
|
|
|
2004-03-30 19:56:43 +00:00
|
|
|
USE_ICONV= yes
|
2000-10-24 02:19:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-01-04 19:45:50 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
2003-02-28 11:34:07 +00:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2001-12-23 20:06:57 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-10-24 02:19:01 +00:00
|
|
|
|
2003-12-05 09:55:45 +00:00
|
|
|
MAN1= yaz-asncomp.1 yaz-client-ssl.1 yaz-client.1 yaz-marcdump.1 \
|
|
|
|
yaz-iconv.1 zoomsh.1
|
2002-10-06 07:11:05 +00:00
|
|
|
MAN7= yaz.7
|
2003-05-08 15:16:39 +00:00
|
|
|
MAN8= yaz-config.8 yaz-ztest-ssl.8 yaz-ztest.8
|
2000-10-24 02:19:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|