pkgsrc/misc/iselect/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

26 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.26 2015/08/18 07:31:13 wiz Exp $
#
DISTNAME= iselect-1.4.0
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/iselect/ \
ftp://ftp.ntua.gr/pub/utils/ossp/tool/iselect/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ossp.org/pkg/tool/iselect/
COMMENT= Curses based Interactive Selection Tool
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
post-configure:
${TOUCH} ${WRKSRC}/config_ac.h.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iselect ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iselect.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"