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