1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/yaz++/Makefile
2010-08-09 22:56:19 +00:00

27 lines
572 B
Makefile

# New ports collection makefile for: yaz++
# Date created: 8 Nov 2002
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yaz++
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yazpp/
DISTNAME= yazpp-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= C++ toolkit for development of Z39.50v3 clients and servers
LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-shared --with-yaz=${LOCALBASE}/bin
USE_LDCONFIG= yes
MAN8= yazpp-config.8
.include <bsd.port.mk>