pkgsrc/x11/fixesext/buildlink2.mk
recht bc70f5fdf3 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.
2003-12-16 08:39:24 +00:00

22 lines
617 B
Makefile

# $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