1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/yaz/Makefile

30 lines
695 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
2003-09-10 07:48:49 +00:00
PORTVERSION= 2.0.4
CATEGORIES= net
2001-12-23 10:46:44 +00:00
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
2003-02-28 11:34:07 +00:00
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
xml2.5:${PORTSDIR}/textproc/libxml2
MAINTAINER= demon@FreeBSD.org
2003-02-22 09:13:13 +00:00
COMMENT= Z39.50/SR client and API library
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-06-20 13:24:04 +00:00
MAN1= yaz-asncomp.1 yaz-client-ssl.1 yaz-client.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>