382c6ec43a
database into ~/.terminfo, so make sure that directory exists.
47 lines
1.3 KiB
Text
47 lines
1.3 KiB
Text
# $NetBSD: Makefile.common,v 1.5 2007/02/06 14:34:54 rillig Exp $
|
|
|
|
DISTNAME= ncurses-${NC_VERS}
|
|
NC_VERS= 5.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \
|
|
ftp://dickey.his.com/ncurses/ \
|
|
ftp://dickey.his.com/ncurses/${NC_VERS}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= tbl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-libtool
|
|
CONFIGURE_ARGS+= --enable-bsdpad
|
|
CONFIGURE_ARGS+= --enable-overwrite
|
|
CONFIGURE_ARGS+= --with-cxx-binding
|
|
CONFIGURE_ARGS+= --without-ada
|
|
CONFIGURE_ARGS+= --without-curses-h
|
|
CONFIGURE_ARGS+= --without-gpm
|
|
CONFIGURE_ARGS+= --with-manpage-format=normal
|
|
CONFIGURE_ARGS+= --with-manpage-tbl
|
|
CONFIGURE_ARGS+= --with-default-terminfo-dir=${PREFIX}/${TERMINFODIR}
|
|
CONFIGURE_ARGS+= --with-terminfo-dirs=${PREFIX}/${TERMINFODIR}
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
PLIST_SUBST+= NOT_SUNOS="@comment "
|
|
TERMINFO_SRC= ${WRKSRC}/misc/terminfo.src
|
|
TERMINFODIR= share/lib/terminfo
|
|
.else
|
|
PLIST_SUBST+= NOT_SUNOS=""
|
|
TERMINFODIR= share/terminfo
|
|
.endif
|
|
|
|
# This prevents tic from writing into ~/.terminfo
|
|
INSTALLATION_DIRS+= ${TERMINFODIR}
|
|
|
|
PLIST_SUBST+= TERMINFODIR=${TERMINFODIR:Q}
|