freebsd-ports/net/yazproxy/Makefile
Martin Wilke a88b598dd6 - Stage Support
- Convert to USES
2014-01-31 12:14:30 +00:00

18 lines
431 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= yazproxy
PORTVERSION= 1.3.9
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yazproxy/
MAINTAINER= demon@FreeBSD.org
COMMENT= A powerful general purpose Z39.50/SRW/SRU proxy
LIB_DEPENDS= libyazpp.so:${PORTSDIR}/net/yaz++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin
USE_LDCONFIG= yes
.include <bsd.port.mk>