freebsd-ports/net/kget/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00

27 lines
689 B
Makefile

# $FreeBSD$
PORTNAME= kget
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 10
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>