1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/yazproxy/Makefile
Dmitry Marakasov 17e56b55f4 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-03 17:29:41 +00:00

21 lines
462 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= yazproxy
PORTVERSION= 1.3.9
PORTREVISION= 1
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++
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin
USE_LDCONFIG= yes
.include <bsd.port.mk>