pkgsrc/misc/dialog/Makefile
wiz b6b66e770b Update to 1.2.20150125:
2015/01/25
	+ suppress highlighting of character which denotes an abbreviation or
	  shortcut for the OK/Cancel and other buttons for these widgets, which
	  use abbreviations for the list shown on the screen:  buildlist,
	  checklist/radiobox, menubox, treeview (Debian #775295).
	+ add grid up/left and down/right bindings in editbox.c as synonyms for
	  field prev and next, respectively when handling the OK/Cancel buttons
	  (Debian #775294).
2015-01-30 01:28:19 +00:00

30 lines
869 B
Makefile

# $NetBSD: Makefile,v 1.71 2015/01/30 01:28:19 wiz Exp $
DISTNAME= dialog-1.2-20150125
PKGNAME= ${DISTNAME:C/-2/.2/}
CATEGORIES= misc
MASTER_SITES= ftp://invisible-island.net/dialog/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://invisible-island.net/dialog/dialog.html
COMMENT= Display dialog boxes from shell scripts
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
MAKE_FILE= makefile
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-libtool
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-P]-*
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
SUBST_CLASSES+= rpath
SUBST_FILES.rpath= dialog-config.in
SUBST_MESSAGE.rpath= Fixing rpath in dialog-config
SUBST_SED.rpath= -e 's;-L\(.\);${_COMPILER_RPATH_FLAG}\1\{exec_prefix\}/lib -L\1;'
SUBST_STAGE.rpath= pre-configure
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"