mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
e714368786
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kget
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE download manager
|
|
|
|
LIB_DEPENDS= libKF5Torrent.so:net-p2p/libktorrent \
|
|
libassuan.so:security/libassuan \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libgmp.so:math/gmp \
|
|
libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme \
|
|
libgpgmepp.so:security/gpgme-cpp \
|
|
libqca-qt5.so:devel/qca@qt5 \
|
|
libqgpgme.so:security/gpgme-qt5
|
|
|
|
USES= cmake:outsource kde:5 shebangfix sqlite tar:xz
|
|
|
|
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons emoticons guiaddons i18n \
|
|
iconthemes itemmodels itemviews jobwidgets kcmutils \
|
|
kdelibs4support kio notifications notifyconfig parts service \
|
|
solid sonnet textwidgets unitconversion wallet widgetsaddons \
|
|
windowsystem xmlgui
|
|
USE_QT5= core dbus gui network printsupport sql widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= conf/*.pl
|
|
|
|
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
|
|
.include <bsd.port.mk>
|