summaryrefslogtreecommitdiff
path: root/net/ktorrent/Makefile
blob: ec94a21922ac598d7626d8bdd84535d1bdfe26a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $NetBSD: Makefile,v 1.64 2013/11/20 20:04:39 adam Exp $

DISTNAME=	ktorrent-${KTORRENT_VER}
PKGREVISION=	19
CATEGORIES=	net kde
MASTER_SITES=	http://ktorrent.org/downloads/${KTORRENT_VER}/
EXTRACT_SUFX=	.tar.bz2

BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4

.include "../../net/libktorrent/Makefile.version"

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://ktorrent.org/
COMMENT=	Graphical BitTorrent client for KDE4
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=		c c++
USE_TOOLS+=		gmake msgfmt pkg-config perl
USE_CMAKE=		yes

DEPENDS+=	oxygen-icons-[0-9]*:../../graphics/oxygen-icons

CFLAGS+=		-DENABLE_KIO_MAGNET=1
SCRDIR=			share/kde/apps/ktorrent/scripts

CHECK_INTERPRETER_SKIP= ${SCRDIR}/auto_remove/auto_remove.py \
			${SCRDIR}/auto_resume/auto_resume.py \
			${SCRDIR}/email_notifications/email_notifications.py \
			${SCRDIR}/tracker_groups/tracker_groups.py

.include "../../audio/taglib/buildlink3.mk"
.include "../../misc/kdepimlibs4/buildlink3.mk"
.include "../../net/libktorrent/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"