From b7e0ea16f5f713051a2334ebcd4979a1c3d08c2a Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 22 Jul 2005 22:24:39 +0000 Subject: 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. --- net/libtorrent/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/libtorrent/Makefile (limited to 'net/libtorrent/Makefile') 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" -- cgit v1.2.3