pkgsrc/misc/libmateweather/buildlink3.mk
youri f7cd8509e6 Import libmateweather-1.14.0 as misc/libmateweather.
libmateweather is a libgnomeweather fork.

libmateweather is a library to access weather information from online
services for numerous locations.

libmateweather isn't supported in the devel platform, which means OS vendors
won't guarantee the API/ABI long-term, but authors of open source apps
should feel free to use libmateweather as users can always recompile against
a new version.

To use libmateweather in your code, you need to define the
MATEWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
-DMATEWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.
2016-05-21 18:48:54 +00:00

18 lines
545 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2016/05/21 18:48:54 youri Exp $
#
BUILDLINK_TREE+= libmateweather
.if !defined(LIBMATEWEATHER_BUILDLINK3_MK)
LIBMATEWEATHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libmateweather+= libmateweather>=1.8.0
BUILDLINK_PKGSRCDIR.libmateweather?= ../../misc/libmateweather
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.endif # LIBMATEWEATHER_BUILDLINK3_MK
BUILDLINK_TREE+= -libmateweather