freebsd-ports/net/yazproxy/Makefile
Dmitry Sivachenko 7724271dd8 Update to version 1.3.7.
Feature safe:	yes
2012-11-06 15:03:31 +00:00

24 lines
522 B
Makefile

# New ports collection makefile for: yazproxy
# Date created: 3 May 2004
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yazproxy
PORTVERSION= 1.3.7
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= yazpp:${PORTSDIR}/net/yaz++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin
USE_LDCONFIG= yes
MAN8= yazproxy.8
.include <bsd.port.mk>