ncurses: provide pkgconfig files.
requested by bastian germann in PR pkg/53604. bump PKGREVISION.
This commit is contained in:
parent
cd6ff024ae
commit
aeb73dffc5
3 changed files with 10 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.97 2018/04/02 16:26:03 spz Exp $
|
||||
# $NetBSD: Makefile,v 1.98 2018/09/15 10:21:53 maya Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
PKGREVISION= 1
|
||||
COMMENT= CRT screen handling and optimization package
|
||||
|
||||
INSTALLATION_DIRS+= share/examples
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.35 2018/04/02 16:26:03 spz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.36 2018/09/15 10:21:53 maya Exp $
|
||||
#
|
||||
# used by devel/ncurses/Makefile
|
||||
# used by devel/ncursesw/Makefile
|
||||
|
@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-libtool
|
|||
CONFIGURE_ARGS+= --enable-bsdpad
|
||||
CONFIGURE_ARGS+= --enable-overwrite
|
||||
CONFIGURE_ARGS+= --with-cxx-binding
|
||||
CONFIGURE_ARGS+= --enable-pc-files
|
||||
CONFIGURE_ARGS+= --without-ada
|
||||
CONFIGURE_ARGS+= --without-gpm
|
||||
CONFIGURE_ARGS+= --with-manpage-format=normal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.24 2018/04/02 16:26:03 spz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.25 2018/09/15 10:21:53 maya Exp $
|
||||
bin/captoinfo
|
||||
bin/clear
|
||||
bin/infocmp
|
||||
|
@ -925,6 +925,11 @@ man/man5/terminfo.5
|
|||
man/man5/user_caps.5
|
||||
man/man7/term.7
|
||||
share/examples/ncurses++demo.cc
|
||||
share/pkgconfig/form.pc
|
||||
share/pkgconfig/menu.pc
|
||||
share/pkgconfig/ncurses++.pc
|
||||
share/pkgconfig/ncurses.pc
|
||||
share/pkgconfig/panel.pc
|
||||
share/tabset/std
|
||||
share/tabset/stdcrt
|
||||
share/tabset/vt100
|
||||
|
|
Loading…
Reference in a new issue