22 lines
693 B
Makefile
22 lines
693 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2006/02/05 23:10:26 joerg Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBTORRENT_BUILDLINK3_MK:= ${LIBTORRENT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libtorrent
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibtorrent}
|
|
BUILDLINK_PACKAGES+= libtorrent
|
|
|
|
.if !empty(LIBTORRENT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libtorrent+= libtorrent>=0.8.0
|
|
BUILDLINK_RECOMMENDED.libtorrent?= libtorrent>=0.8.3nb1
|
|
BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent
|
|
.endif # LIBTORRENT_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libsigc++2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|