d32b8fe316
In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
27 lines
688 B
Makefile
27 lines
688 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kget
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 3
|
|
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>
|