mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
5c1d05b7a4
r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yaz++
|
|
PORTVERSION= 1.6.1
|
|
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= libyaz.so:net/yaz
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|