openbsd-ports/net/yaz/Makefile
espie 568824d9d6 yaz is a library and tools speaking the Z39/50 protocol.
This protocol is used by libraries (the ones that store books) to
communicate interesting information.

Adapted from submission by Andreas Bihlmaier
2007-04-08 19:36:02 +00:00

35 lines
786 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/04/08 19:36:02 espie Exp $
COMMENT= "Z39.50/SR client and API library"
DISTNAME= yaz-2.1.54
CATEGORIES= net
SHARED_LIBS += yaz 0.0 # .2.1
HOMEPAGE= http://www.indexdata.dk/yaz/
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
# Revised BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
WANTLIB= c crypto m ncurses pcap pthread readline ssl z iconv \
intl
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ \
ftp://ftp.indexdata.dk/pub/yaz/
LIB_DEPENDS= xml2::textproc/libxml \
gpg-error::security/libgpg-error \
gcrypt::security/libgcrypt \
exslt,xslt::textproc/libxslt
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>