bc650487db
OwnCloud edition of csync command. This is a part of owncloud client.
17 lines
480 B
Makefile
17 lines
480 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/11/22 12:01:13 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= ocsync
|
|
|
|
.if !defined(OCSYNC_BUILDLINK3_MK)
|
|
OCSYNC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocsync+= ocsync>=0.90.4
|
|
BUILDLINK_PKGSRCDIR.ocsync?= ../../net/ocsync
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/iniparser/buildlink3.mk"
|
|
.include "../../security/libssh/buildlink3.mk"
|
|
.include "../../www/neon/buildlink3.mk"
|
|
.endif # OCSYNC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocsync
|