openbsd-ports/net/yaz/Makefile
sthen 84d3183510 Remove Andreas Bihlmaier as maintainer per his request on ports@.
Drop USE_GROFF from perl ports while there.
2013-07-01 10:39:17 +00:00

38 lines
778 B
Makefile

# $OpenBSD: Makefile,v 1.14 2013/07/01 10:39:18 sthen Exp $
COMMENT= Z39.50/SR client and API library
DISTNAME= yaz-3.0.49
CATEGORIES= net
REVISION= 2
SHARED_LIBS+= yaz 1.1 # 3.0
SHARED_LIBS+= yaz_icu 1.2 # 3.0
SHARED_LIBS+= yaz_server 1.1 # 3.0
HOMEPAGE= http://www.indexdata.dk/yaz/
# Revised BSD
PERMIT_PACKAGE_CDROM= Yes
USE_GROFF= Yes
MODULES= devel/gettext
WANTLIB= c m ncurses pthread readline z \
xml2 gpg-error gcrypt exslt xslt icudata \
icui18n icuuc
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ \
ftp://ftp.indexdata.dk/pub/yaz/
LIB_DEPENDS= textproc/libxml \
security/libgpg-error \
security/libgcrypt \
textproc/libxslt \
textproc/icu4c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-gnutls
.include <bsd.port.mk>