Sat May 1 09:56:47 2010 UTC ()
Haven't used this in a long time, release maintainership


(abs)
diff -r1.24 -r1.25 pkgsrc/net/ktorrent/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/net/ktorrent/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ktorrent/Makefile 2010/03/24 19:43:28 1.24
+++ pkgsrc/net/ktorrent/Makefile 2010/05/01 09:56:46 1.25
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.24 2010/03/24 19:43:28 asau Exp $ 1# $NetBSD: Makefile,v 1.25 2010/05/01 09:56:46 abs Exp $
2 2
3DISTNAME= ktorrent-${KTORRENT_VER} 3DISTNAME= ktorrent-${KTORRENT_VER}
4PKGREVISION= 5 4PKGREVISION= 5
5CATEGORIES= net kde 5CATEGORIES= net kde
6MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ 6MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 9BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
10 10
11KTORRENT_VER= 3.3 11KTORRENT_VER= 3.3
12 12
13MAINTAINER= abs@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= http://ktorrent.org/ 14HOMEPAGE= http://ktorrent.org/
15COMMENT= Graphical BitTorrent client for KDE4 15COMMENT= Graphical BitTorrent client for KDE4
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18 18
19USE_CMAKE= yes 19USE_CMAKE= yes
20USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
21USE_TOOLS+= awk msgfmt pkg-config perl 21USE_TOOLS+= awk msgfmt pkg-config perl
22 22
23.include "../../meta-pkgs/kde4/kde4.mk" 23.include "../../meta-pkgs/kde4/kde4.mk"
24.include "../../audio/taglib/buildlink3.mk" 24.include "../../audio/taglib/buildlink3.mk"
25.include "../../devel/gmp/buildlink3.mk" 25.include "../../devel/gmp/buildlink3.mk"
26.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 26.include "../../graphics/hicolor-icon-theme/buildlink3.mk"