summaryrefslogtreecommitdiff
path: root/x11/fixesext/buildlink2.mk
diff options
context:
space:
mode:
authorrecht <recht>2003-12-16 08:39:24 +0000
committerrecht <recht>2003-12-16 08:39:24 +0000
commitb765d33a157212a70239b69c7fae95eec649c7aa (patch)
tree944c6c0b65c2e85b1b693041ee5a88222dbb0de4 /x11/fixesext/buildlink2.mk
parent4e3ddc366286cb6e0dc13d847cca5d5a70c9b2f8 (diff)
downloadpkgsrc-b765d33a157212a70239b69c7fae95eec649c7aa.tar.gz
initial import of fixesext-2.0
based upon the pkgsrc-wip pkg by xtraeme@ The XFIXES Extension is designed to provide the minimal server-side support necessary to eliminate problems caused by workarounds needed by X applications due to various shortcomings in the core X window system. This is part of the freedesktop.org X Libraries and Protocol Headers Project.
Diffstat (limited to 'x11/fixesext/buildlink2.mk')
-rw-r--r--x11/fixesext/buildlink2.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/fixesext/buildlink2.mk b/x11/fixesext/buildlink2.mk
new file mode 100644
index 00000000000..4dc2a311246
--- /dev/null
+++ b/x11/fixesext/buildlink2.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/16 08:39:24 recht Exp $
+#
+
+.if !defined(FIXESEXT_BUILDLINK2_MK)
+FIXESEXT_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= fixesext
+BUILDLINK_DEPENDS.fixesext?= fixesext>=2.0
+BUILDLINK_PKGSRCDIR.fixesext?= ../../x11/fixesext
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.fixesext=fixesext
+BUILDLINK_PREFIX.fixesext_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.fixesext+= include/X11/extensions/xfixesproto.h
+BUILDLINK_FILES.fixesext+= include/X11/extensions/xfixeswire.h
+
+USE_X11= yes
+
+BUILDLINK_TARGETS+= fixesext-buildlink
+
+fixesext-buildlink: _BUILDLINK_USE
+
+.endif # FIXESEXT_BUILDLINK2_MK