2009-03-20 20:23:50 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:25:10 joerg Exp $
|
2005-07-23 00:24:39 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= libtorrent
|
2005-07-23 00:24:39 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(LIBTORRENT_BUILDLINK3_MK)
|
|
|
|
LIBTORRENT_BUILDLINK3_MK:=
|
2005-07-23 00:24:39 +02:00
|
|
|
|
2008-12-03 13:57:40 +01:00
|
|
|
BUILDLINK_API_DEPENDS.libtorrent+= libtorrent>=0.12.0
|
|
|
|
BUILDLINK_ABI_DEPENDS.libtorrent+= libtorrent>=0.12.0
|
2005-07-23 13:37:08 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent
|
2005-07-23 00:24:39 +02:00
|
|
|
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/libsigc++/buildlink3.mk"
|
2005-07-23 00:24:39 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # LIBTORRENT_BUILDLINK3_MK
|
2005-07-23 00:24:39 +02:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -libtorrent
|