mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b324ade02d
Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
28 lines
688 B
Makefile
28 lines
688 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kget
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 6
|
|
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>
|