20 lines
773 B
Makefile
20 lines
773 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2010/01/17 12:03:23 thomasklausner Exp $
|
|
|
|
BUILDLINK_TREE+= boinc-client
|
|
|
|
BUILDLINK_API_DEPENDS.boinc-client+= boinc-client>=1
|
|
BUILDLINK_ABI_DEPENDS.boinc-client?= boinc-client>=1nb1
|
|
BUILDLINK_PKGSRCDIR.boinc-client?= ../../wip/boinc-client
|
|
|
|
# XXX
|
|
# XXX Uncomment and keep only the buildlink3 lines below which are directly
|
|
# XXX needed for dependencies to compile, link, and run. If this package
|
|
# XXX provides a wrappered API or otherwise does not expose the APIs of the
|
|
# XXX buildlink3 lines below to dependencies, remove them.
|
|
# XXX
|
|
#.include "../../www/curl/buildlink3.mk"
|
|
#.include "../../security/openssl/buildlink3.mk"
|
|
#.include "../../net/boinc-lib/buildlink3.mk"
|
|
.endif # BOINC_CLIENT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boinc-client
|