mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
99d6d12a38
While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
31 lines
667 B
Makefile
31 lines
667 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kqoauth
|
|
PORTVERSION= 0.98
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Implementation of OAuth 1.0 in C++ for Qt
|
|
|
|
LICENSE= LGPL21
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
USES= pkgconfig qmake qt:4
|
|
USE_QT= corelib network gui moc_build qtestlib_build
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_UNSAFE=yes
|
|
QMAKE_SOURCE_PATH= ${PORTNAME}.pro
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kypeli
|
|
GH_PROJECT= kQOAuth
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's|$${target.path}/pkgconfig|$${INSTALL_PREFIX}/libdata/pkgconfig|g' \
|
|
${WRKSRC}/src/src.pro
|
|
|
|
.include <bsd.port.mk>
|