aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsplib/Makefile
blob: 4ec57e40d0ce9d63047a82ace2c76c7b68b8b68a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$

PORTNAME=   rsplib
PORTVERSION=    3.0.1
CATEGORIES= net
MASTER_SITES=   http://www.tdr.wiwi.uni-due.de/fileadmin/fileupload/I-TDR/ReliableServer/Downloads/ \
        http://www.exp-math.uni-essen.de/~dreibh/rserpool/

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

LICENSE=    GPLv3

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

MAN1=       calcappclient.1 \
        cspmonitor.1 \
        fractalpooluser.1 \
        hsdump.1 \
        pingpongclient.1 \
        registrar.1 \
        rspregistrar.1 \
        rspserver.1 \
        rspterminal.1 \
        scriptingclient.1 \
        scriptingcontrol.1 \
        scriptingserviceexample.1 \
        server.1 \
        terminal.1


NO_STAGE=   yes
.include <bsd.port.mk>