Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ktorrent / Makefile
blobe0ffa536671cf6c0f5a59195afde5d2adbc1220f
1 # $NetBSD: Makefile,v 1.55 2013/02/16 11:23:54 wiz Exp $
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
9 BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
11 .include "../../net/libktorrent/Makefile.version"
13 MAINTAINER= pkgsrc-users@NetBSD.org
14 HOMEPAGE= http://ktorrent.org/
15 COMMENT= Graphical BitTorrent client for KDE4
16 LICENSE= gnu-gpl-v2
18 USE_LANGUAGES= c c++
19 USE_TOOLS+= gmake msgfmt pkg-config perl
20 USE_CMAKE= yes
22 DEPENDS+= oxygen-icons-[0-9]*:../../graphics/oxygen-icons
24 CFLAGS+= -DENABLE_KIO_MAGNET=1
25 SCRDIR= share/kde/apps/ktorrent/scripts
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
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"