summaryrefslogtreecommitdiff
path: root/deskutils/superkaramba/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-22 19:03:17 +0000
commita4a7daf069cba3ae4b90d832aa9df7624b4626a3 (patch)
tree3aad51132f546ad79059b32784badc3f6a42c8ff /deskutils/superkaramba/Makefile
parentmultimedia/kodi: Disabled LIBBLURAY by default because every other port has i... (diff)
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
Notes
Notes: svn path=/head/; revision=462619
Diffstat (limited to 'deskutils/superkaramba/Makefile')
-rw-r--r--deskutils/superkaramba/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/deskutils/superkaramba/Makefile b/deskutils/superkaramba/Makefile
deleted file mode 100644
index 76d62734daa2..000000000000
--- a/deskutils/superkaramba/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= superkaramba
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 5
-CATEGORIES= deskutils kde kde-kde4
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Widget framework for KDE
-
-USES= cmake:outsource kde:4 python:2.7 tar:xz
-USE_KDE= kdelibs automoc4 qimageblitz
-USE_QT4= qmake_build moc_build rcc_build uic_build
-USE_LDCONFIG= yes
-USE_CXXSTD= gnu++98
-
-.include <bsd.port.mk>