mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f1696c0036
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
30 lines
910 B
Makefile
30 lines
910 B
Makefile
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
BROKEN_aarch64= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
|
|
BROKEN_armv6= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
|
|
BROKEN_armv7= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
|
|
|
|
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>
|