Skip to content

Commit

Permalink
Install header file that includes all the necessary symbols for
Browse files Browse the repository at this point in the history
wide character support (needed by at least news/tin).

Bump PKGREVISION.
  • Loading branch information
wiz committed Sep 13, 2007
1 parent f0db9b6 commit 8f4f34e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion devel/ncursesw/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# $NetBSD: Makefile,v 1.1 2006/10/13 18:07:49 tron Exp $
# $NetBSD: Makefile,v 1.2 2007/09/13 23:13:47 wiz Exp $

.include "../../devel/ncurses/Makefile.common"

PKGNAME= ${DISTNAME:S/ncurses/ncursesw/}
PKGREVISION= 1
COMMENT= Wide character CRT screen handling and optimization package

PATCHDIR= ${.CURDIR}/../../devel/ncurses/patches
DISTINFO_FILE= ${.CURDIR}/../../devel/ncurses/distinfo

CONFIGURE_ARGS+= --enable-widec

INSTALLATION_DIRS+= include/ncursesw

BUILD_TARGET= libs

do-install:
${INSTALL_DATA} ${WRKSRC}/include/curses.h ${PREFIX}/include/ncursesw/ncurses.h
for LIB in form menu ncurses++ ncurses panel; do \
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
${WRKSRC}/lib/lib$${LIB}w.la ${PREFIX}/lib; \
Expand Down
3 changes: 2 additions & 1 deletion devel/ncursesw/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2006/10/13 18:07:49 tron Exp $
@comment $NetBSD: PLIST,v 1.2 2007/09/13 23:13:48 wiz Exp $
include/ncursesw/ncurses.h
lib/libformw.la
lib/libmenuw.la
lib/libncurses++w.la
Expand Down

0 comments on commit 8f4f34e

Please sign in to comment.