pkgsrc/misc/window/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

20 lines
544 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/08/18 07:31:14 wiz Exp $
DISTNAME= window-20120215
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Windowing environment for ASCII terminals
LICENSE= modified-bsd
USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/window ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/window.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"