summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/panel
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-05 05:36:12 +0000
committerpeter <peter@FreeBSD.org>1999-09-05 05:36:12 +0000
commite59b1e9158d23d694162b439e76b591ffc8e57a8 (patch)
tree1036a4a995726a86430da0fe6d11fd1b567e2dc8 /lib/ncurses/panel
parent2472abbaf2d85bc4cf171deb559ee7bd55451d1c (diff)
downloadFreeBSD-src-e59b1e9158d23d694162b439e76b591ffc8e57a8.zip
FreeBSD-src-e59b1e9158d23d694162b439e76b591ffc8e57a8.tar.gz
Add bmake glue for libpanel (the SVSV-style ETI curses panel (overlapping
layers) driver from ncurses)
Diffstat (limited to 'lib/ncurses/panel')
-rw-r--r--lib/ncurses/panel/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
new file mode 100644
index 0000000..f878817
--- /dev/null
+++ b/lib/ncurses/panel/Makefile
@@ -0,0 +1,19 @@
+# Makefile for libpanel
+# $FreeBSD$
+
+NCURSES=${.CURDIR}/../../contrib/ncurses
+
+.PATH: ${NCURSES}/panel
+
+LIB= panel
+
+SRCS= panel.c
+
+CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/panel -I${NCURSES}/include \
+ -Wall -DNDEBUG -DHAVE_CONFIG_H
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${NCURSES}/panel/panel.h ${DESTDIR}/usr/include
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud