diff options
author | adam <adam@pkgsrc.org> | 2005-07-22 22:24:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-07-22 22:24:39 +0000 |
commit | b7e0ea16f5f713051a2334ebcd4979a1c3d08c2a (patch) | |
tree | 32858c766a69ba1cc28f2ed271b5ed24dfe06adf /net/libtorrent/Makefile | |
parent | 7afebea02b6a1380e9af029fe93ac44f8fb7da45 (diff) | |
download | pkgsrc-b7e0ea16f5f713051a2334ebcd4979a1c3d08c2a.tar.gz |
LibTorrent is a BitTorrent library written in C++ for *nix. It is designed to
avoid redundant copying and storing of data that other clients and libraries
suffer from. Licensed under the GPL.
Diffstat (limited to 'net/libtorrent/Makefile')
-rw-r--r-- | net/libtorrent/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile new file mode 100644 index 00000000000..900d9e254b9 --- /dev/null +++ b/net/libtorrent/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/22 22:24:39 adam Exp $ + +DISTNAME= libtorrent-0.7.0 +CATEGORIES= net +MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ + +MAINTAINER= imil@gcu.info +HOMEPAGE= http://libtorrent.rakshasa.no/ +COMMENT= BitTorrent library written in C++ for *nix + +USE_LIBTOOL= yes +USE_TOOLS+= gmake +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl} + +.include "../../devel/libsigc++2/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |