pkgsrc/x11/libxdg-basedir/buildlink3.mk
jakllsch 69b6316686 Import libxdg-basedir:
Various specifications specify files and file formats. The XDG Base
Directory specification defines where these files should be looked
for by defining one or more base directories relative to which
files should be located.  This library implements functions to list
the directories according to the specification and provides a few
higher-level functions for use with the specification.
2009-11-08 18:26:15 +00:00

12 lines
374 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/11/08 18:26:15 jakllsch Exp $
BUILDLINK_TREE+= libxdg-basedir
.if !defined(LIBXDG_BASEDIR_BUILDLINK3_MK)
LIBXDG_BASEDIR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libxdg-basedir+= libxdg-basedir>=1.0.2
BUILDLINK_PKGSRCDIR.libxdg-basedir?= ../../x11/libxdg-basedir
.endif # LIBXDG_BASEDIR_BUILDLINK3_MK
BUILDLINK_TREE+= -libxdg-basedir