opnsense-ports/net/yaz++/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
491 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= yaz++
PORTVERSION= 1.6.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:${PORTSDIR}/net/yaz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}/bin
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>