mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +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
30 lines
611 B
Makefile
30 lines
611 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qoauth
|
|
PORTVERSION= 2.0.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel security
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 4 support for OAuth-powered network services
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libqca.so:devel/qca@qt4
|
|
|
|
USES= qmake:outsource qt:4
|
|
USE_LDCONFIG= yes
|
|
USE_QT= corelib qtestlib network moc_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ayoy
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,target.path}/pkgconfig,INSTALL_PREFIX}/libdata/pkgconfig,g' \
|
|
${WRKSRC}/src/src.pro
|
|
|
|
.include <bsd.port.mk>
|