summaryrefslogtreecommitdiff
path: root/mk/curses.buildlink3.mk
blob: 2924bfdf74e70e718805cc81140ea544b55cb936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: curses.buildlink3.mk,v 1.1 2004/02/13 01:02:06 jlam Exp $
#
# This file should be included by Makefiles for packages that use curses.
# If a system curses isn't available, then add a dependency on ncurses.
#
# If a package genuinely requires ncurses, then it should directly include
# ncurses/buildlink3.mk instead of this file in the package Makefile.

.if !defined(CURSES_BUILDLINK3_MK)
CURSES_BUILDLINK3_MK=	# defined

.  if !exists(/usr/include/curses.h) && \
      !exists(/usr/include/ncurses.h)
.    include "../../devel/ncurses/buildlink3.mk"
.  endif
.endif  # CURSES_BUILDLINK3_MK