mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
33 lines
574 B
Makefile
33 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libjreen
|
|
PORTVERSION= 1.1.1
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= akuz84@gmail.com
|
|
COMMENT= Qt4 based jabber library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libqca.so:devel/qca@qt4 \
|
|
libspeex.so:audio/speex
|
|
|
|
GH_ACCOUNT= euroelessar
|
|
GH_PROJECT= jreen
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
USE_QT= moc_build qmake_build rcc_build network
|
|
|
|
USES= cmake pkgconfig:build qt:4
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's,lib.*/pkgconfig,libdata/pkgconfig,' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|