1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/yazproxy/Makefile
Dmitry Sivachenko 845f858646 Update to 1.3.6.
PR:		158869
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-08-10 11:42:19 +00:00

25 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.6
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>