5b515cc10d
Changes since 1.6 are the incorporation of patch from Bauer into the main distribution. Code added to allow up and down arrow keys to go up and down menu and RETURN to select an item. Matthias Bauer bauerm@immd1.informatik.uni-erlangen.de June 2003
23 lines
569 B
Makefile
23 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/06/17 14:31:36 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
|
|
#
|
|
|
|
DISTNAME= 9menu-1.7
|
|
CATEGORIES= misc plan9
|
|
MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/
|
|
EXTRACT_SUFX= .shar.gz
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
COMMENT= Simple menu patterned after the plan9 user interface
|
|
|
|
MAKEFILE= Makefile.noimake
|
|
ALL_TARGET= 9menu
|
|
USE_X11= yes
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/9menu ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/9menu.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|