summaryrefslogtreecommitdiff
path: root/net/qoauth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/qoauth/Makefile')
-rw-r--r--net/qoauth/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net/qoauth/Makefile b/net/qoauth/Makefile
deleted file mode 100644
index dbfde266aebe..000000000000
--- a/net/qoauth/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Steve Wills <swills@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= qoauth
-PORTVERSION= 2.0.0
-DISTVERSIONPREFIX= v
-PORTREVISION= 3
-CATEGORIES= net devel security
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Qt 4 support for OAuth-powered network services
-
-LICENSE= LGPL21+
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-BROKEN= Missingd 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>