summaryrefslogtreecommitdiff
path: root/misc/9menu/Makefile
diff options
context:
space:
mode:
authoragc <agc>2003-06-04 09:02:28 +0000
committeragc <agc>2003-06-04 09:02:28 +0000
commit4bb9f5541ac454122c05ad318d26d545e52d7703 (patch)
tree737e865da688d54a0d4170361b1081929ad90a99 /misc/9menu/Makefile
parent961e69fd1f014a9efa5448d19af174f6feb6212d (diff)
downloadpkgsrc-4bb9f5541ac454122c05ad318d26d545e52d7703.tar.gz
Add Bauer's keyboard bindings patch to this package, riding on the update
to version 1.6 of this package.
Diffstat (limited to 'misc/9menu/Makefile')
-rw-r--r--misc/9menu/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile
index 34e15b04ba9..079ad80ec23 100644
--- a/misc/9menu/Makefile
+++ b/misc/9menu/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2003/06/04 08:50:12 agc Exp $
+# $NetBSD: Makefile,v 1.9 2003/06/04 09:02:28 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
#
DISTNAME= 9menu-1.6
-CATEGORIES= plan9 misc
+CATEGORIES= misc plan9
MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/
+PATCH_SITES= http://www1.informatik.uni-erlangen.de/tree/Persons/bauer/new/
+PATCHFILES= 9menu-1.6.key.patch
EXTRACT_SUFX= .shar.gz
MAINTAINER= tech-pkg@netbsd.org
@@ -12,9 +14,10 @@ COMMENT= Simple menu patterned after the plan9 user interface
MAKEFILE= Makefile.noimake
ALL_TARGET= 9menu
-
USE_X11= yes
+PATCH_DIST_STRIP= -p1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9menu ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/9menu.1 ${PREFIX}/man/man1