Fixup fromcvs/togit conversion
[pkgsrcv2.git] / net / ktorrent / Makefile
1 # $NetBSD: Makefile,v 1.55 2013/02/16 11:23:54 wiz Exp $
2
3 DISTNAME=       ktorrent-${KTORRENT_VER}
4 PKGREVISION=    11
5 CATEGORIES=     net kde
6 MASTER_SITES=   http://ktorrent.org/downloads/${KTORRENT_VER}/
7 EXTRACT_SUFX=   .tar.bz2
8
9 BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
10
11 .include "../../net/libktorrent/Makefile.version"
12
13 MAINTAINER=     pkgsrc-users@NetBSD.org
14 HOMEPAGE=       http://ktorrent.org/
15 COMMENT=        Graphical BitTorrent client for KDE4
16 LICENSE=        gnu-gpl-v2
17
18 USE_LANGUAGES=          c c++
19 USE_TOOLS+=             gmake msgfmt pkg-config perl
20 USE_CMAKE=              yes
21
22 DEPENDS+=       oxygen-icons-[0-9]*:../../graphics/oxygen-icons
23
24 CFLAGS+=                -DENABLE_KIO_MAGNET=1
25 SCRDIR=                 share/kde/apps/ktorrent/scripts
26
27 CHECK_INTERPRETER_SKIP= ${SCRDIR}/auto_remove/auto_remove.py \
28                         ${SCRDIR}/auto_resume/auto_resume.py \
29                         ${SCRDIR}/email_notifications/email_notifications.py \
30                         ${SCRDIR}/tracker_groups/tracker_groups.py
31
32 .include "../../audio/taglib/buildlink3.mk"
33 .include "../../misc/kdepimlibs4/buildlink3.mk"
34 .include "../../net/libktorrent/buildlink3.mk"
35 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
36 .include "../../mk/bsd.pkg.mk"