freebsd-ports/net/yazproxy/Makefile
Dmitry Sivachenko 239f5a1b79 Update to versino 1.2.1
PR:		96617
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-29 13:54:38 +00:00

24 lines
524 B
Makefile

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