blob: 5c3b4cdee9adb5a3ca7024517a25717655c8af1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: buildlink2.mk,v 1.2 2003/12/30 23:00:51 cjep Exp $
#
# This Makefile fragment is included by packages that use randrext.
#
# This file was created automatically using createbuildlink 2.8.
#
.if !defined(RANDREXT_BUILDLINK2_MK)
RANDREXT_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= randrext
BUILDLINK_DEPENDS.randrext?= randrext>=1.0
BUILDLINK_PKGSRCDIR.randrext?= ../../x11/randrext
EVAL_PREFIX+= BUILDLINK_PREFIX.randrext=randrext
BUILDLINK_PREFIX.randrext_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.randrext+= include/X11/extensions/randr.h
BUILDLINK_FILES.randrext+= include/X11/extensions/randrproto.h
BUILDLINK_TARGETS+= randrext-buildlink
randrext-buildlink: _BUILDLINK_USE
.endif # RANDREXT_BUILDLINK2_MK
|