mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e93b7bdfa8
while here: - add stage support - convert USE_GMAKE to USES PR: 186527 Submitted by: Thomas Dreibholz <dreibh@iem.uni-due.de> (maintainer)
23 lines
520 B
Makefile
23 lines
520 B
Makefile
# 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>
|