426cc1ce72
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
27 lines
846 B
Makefile
27 lines
846 B
Makefile
# $NetBSD: buildlink2.mk,v 1.4 2004/03/29 05:05:39 jlam Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use gnome-pixmaps.
|
|
#
|
|
# This file was created automatically using createbuildlink 2.0.
|
|
#
|
|
|
|
.if !defined(GNOME_PIXMAPS_BUILDLINK2_MK)
|
|
GNOME_PIXMAPS_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= gnome-pixmaps
|
|
.if (${LOCALBASE} == ${X11PREFIX})
|
|
BUILDLINK_PKGBASE.gnome-pixmaps?= gnome{2,}-pixmaps
|
|
BUILDLINK_DEPENDS.gnome-pixmaps?= gnome{2,}-pixmaps>=1.4.2
|
|
.else
|
|
BUILDLINK_DEPENDS.gnome-pixmaps?= gnome-pixmaps>=1.4.2
|
|
.endif
|
|
BUILDLINK_PKGSRCDIR.gnome-pixmaps?= ../../graphics/gnome-pixmaps
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.gnome-pixmaps=gnome-pixmaps
|
|
BUILDLINK_PREFIX.gnome-pixmaps_DEFAULT= ${X11PREFIX}
|
|
|
|
BUILDLINK_TARGETS+= gnome-pixmaps-buildlink
|
|
|
|
gnome-pixmaps-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # GNOME_PIXMAPS_BUILDLINK2_MK
|