aboutsummaryrefslogblamecommitdiff
path: root/net/yaz++/Makefile
blob: 0e233ea19968ba6dcf9da80ca11d0ab68494adc0 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                             
                   



                                                  
                                                                           
 
                                         




                                                                 
                      
# New ports collection makefile for:	yaz++
# Date created:				8 Nov 2002
# Whom:					Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	yaz++
PORTVERSION=	0.8
CATEGORIES=	net
MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz++/

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-yazconfig=${LOCALBASE}/bin
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>