1ed777fd31
This release brings: - fewer dependencies (both "purple" and "sofia-sip" modem backends are now maintained externally, likewise for the "locker" plug-in) - easier integration of third-party extensions (with pkg-config) - improvements to the user interface - spanish translation - minor bugfixes
15 lines
488 B
Makefile
15 lines
488 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/08/24 23:46:03 khorben Exp $
|
|
|
|
BUILDLINK_TREE+= deforaos-phone
|
|
|
|
.if !defined(DEFORAOS_PHONE_BUILDLINK3_MK)
|
|
DEFORAOS_PHONE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.deforaos-phone+= deforaos-phone>=0.4.3
|
|
BUILDLINK_ABI_DEPENDS.deforaos-phone?= deforaos-phone>=0.4.3
|
|
BUILDLINK_PKGSRCDIR.deforaos-phone?= ../../comms/deforaos-phone
|
|
|
|
.include "../../x11/deforaos-libdesktop/buildlink3.mk"
|
|
.endif # DEFORAOS_PHONE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -deforaos-phone
|