mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a4a7daf069
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
28 lines
689 B
Makefile
28 lines
689 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kget
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 11
|
|
CATEGORIES= net kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE download manager
|
|
|
|
LIB_DEPENDS= libgpgme.so:security/gpgme \
|
|
libktorrent.so:net-p2p/libktorrent \
|
|
libmms.so:net/libmms \
|
|
libqca.so:devel/qca \
|
|
libboost_thread.so:devel/boost-libs
|
|
|
|
USES= cmake:outsource kde:4 shebangfix sqlite tar:xz
|
|
USE_KDE= kdelibs workspace libkonq \
|
|
nepomuk-core nepomuk-widgets automoc4 ontologies \
|
|
soprano
|
|
SHEBANG_FILES= conf/*.pl
|
|
USE_QT4= gui sql moc_build qmake_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
|
|
.include <bsd.port.mk>
|