diff options
Diffstat (limited to 'net/ktorrent/Makefile')
-rw-r--r-- | net/ktorrent/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile new file mode 100644 index 00000000000..47c6ca8c746 --- /dev/null +++ b/net/ktorrent/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 17:37:22 xtraeme Exp $ + +DISTNAME= ktorrent-${KTORRENT_VER} +CATEGORIES= net kde +MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ + +KTORRENT_VER= 2.1beta1 + +MAINTAINER= shattered@users.sourceforge.net +HOMEPAGE= http://ktorrent.org/ +COMMENT= Graphical BitTorrent client for KDE + +USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt perl:run +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= gmake + +CONFIGURE_ARGS+= --enable-torrent-mimetype + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../x11/kdebase3/buildlink3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../devel/gmp/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |