# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD: tags/RELEASE_11_0_0/net/rsplib/Makefile 373063 2014-11-22 14:43:23Z antoine $

PORTNAME=	rsplib
PORTVERSION=	3.0.2
PORTREVISION=	2
CATEGORIES=	net
MASTER_SITES=	http://www.exp-math.uni-essen.de/~dreibh/rserpool/download/

MAINTAINER=	dreibh@iem.uni-due.de
COMMENT=	RSerPool Framework and Example Applications

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-maintainer-mode \
		--enable-qt --with-qt-lib=${QT_LIBDIR} \
		--with-qt-include=${QT_INCDIR}
INSTALL_TARGET=	install-strip
USES=		gmake libtool shebangfix
SHEBANG_FILES=	rsplib/scriptingserviceexample
USE_LDCONFIG=	yes
USE_QT4=	gui xml moc_build

.include <bsd.port.mk>
