blob: 1dbdbcd253e8a726e1e95d2c7dbc5bd0a2e1fa93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.16 2015/07/06 04:46:10 kefren Exp $
BUILDLINK_TREE+= monotorrent
.if !defined(MONOTORRENT_BUILDLINK3_MK)
MONOTORRENT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.monotorrent+= monotorrent>=0.72
BUILDLINK_ABI_DEPENDS.monotorrent+= monotorrent>=0.72nb12
BUILDLINK_PKGSRCDIR.monotorrent?= ../../net/monotorrent
.include "../../lang/mono/buildlink3.mk"
.endif # MONOTORRENT_BUILDLINK3_MK
BUILDLINK_TREE+= -monotorrent
|