1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net/yaz/Makefile

31 lines
698 B
Makefile
Raw Normal View History

# 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>
#
# $FreeBSD$
#
PORTNAME= yaz
2004-03-22 07:06:02 +00:00
PORTVERSION= 2.0.18
CATEGORIES= net
2001-12-23 10:46:44 +00:00
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
2003-02-28 11:34:07 +00:00
MAINTAINER= demon@FreeBSD.org
2003-02-22 09:13:13 +00:00
COMMENT= Z39.50/SR client and API library
USE_ICONV= yes
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"
INSTALLS_SHLIB= yes
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
.include <bsd.port.mk>