summaryrefslogtreecommitdiff
path: root/net/qtweetlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/qtweetlib/Makefile')
-rw-r--r--net/qtweetlib/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/qtweetlib/Makefile b/net/qtweetlib/Makefile
deleted file mode 100644
index 062e5d2fa56e..000000000000
--- a/net/qtweetlib/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Nicola Vitale <nivit@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= qtweetlib
-PORTVERSION= 0.5
-PORTREVISION= 3
-CATEGORIES= net
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= C++ Qt based Twitter library
-
-LICENSE= LGPL21
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-BROKEN= Missing libqjson.so:devel/qjson@qt4
-
-GH_ACCOUNT= minimoog
-GH_PROJECT= QTweetLib
-
-USES= cmake qt:4
-USE_GITHUB= yes
-USE_LDCONFIG= yes
-USE_QT= gui moc_build network qmake_build rcc_build uic_build
-
-.include <bsd.port.mk>