aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsplib/Makefile
blob: c05833d580e7a4706aed6167a31c0af2c4438233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$

PORTNAME=   rsplib
PORTVERSION=    3.0.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

USE_QT4=    gui xml moc_build
USES=       gmake
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-maintainer-mode \
        --enable-qt --with-qt-lib=${QT_LIBDIR} \
        --with-qt-include=${QT_INCDIR}
USE_LDCONFIG=   yes

.include <bsd.port.mk>