summaryrefslogtreecommitdiff
path: root/x11/Xrandr-mixedcase/buildlink3.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xrandr-mixedcase/buildlink3.mk')
-rw-r--r--x11/Xrandr-mixedcase/buildlink3.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/Xrandr-mixedcase/buildlink3.mk b/x11/Xrandr-mixedcase/buildlink3.mk
new file mode 100644
index 00000000000..4c15b9a7df2
--- /dev/null
+++ b/x11/Xrandr-mixedcase/buildlink3.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2003/12/04 14:40:40 recht Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+XRANDR_BUILDLINK3_MK:= ${XRANDR_BUILDLINK3_MK}+
+
+.if !empty(XRANDR_BUILDLINK3_MK:M\+)
+. include "../../mk/bsd.prefs.mk"
+
+BUILDLINK_DEPENDS.Xrandr?= Xrandr>=1.0.1
+BUILDLINK_PKGSRCDIR.Xrandr?= ../../x11/Xrandr
+BUILDLINK_PACKAGES+= Xrandr
+.endif # XRANDR_BUILDLINK3_MK
+
+.if !defined(BUILDLINK_IS_BUILTIN.Xrender)
+BUILDLINK_IS_BUILTIN.Xrender= NO
+.endif
+
+.if !empty(BUILDLINK_DEPTH:M\+)
+BUILDLINK_DEPENDS+= Xrandr
+.endif
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:C/\+$//}