summaryrefslogtreecommitdiff
path: root/misc/9menu/Makefile
diff options
context:
space:
mode:
authoragc <agc>2003-06-04 08:50:12 +0000
committeragc <agc>2003-06-04 08:50:12 +0000
commitf8743f154118576fd11533d58844557f390a2b7f (patch)
treeab24561d6d6e833cdbd718ab3009822584241294 /misc/9menu/Makefile
parent508235e178ab2a6ae640e59781ce90f377872f84 (diff)
downloadpkgsrc-f8743f154118576fd11533d58844557f390a2b7f.tar.gz
Update to version 1.6 of 9menu.
The main differences to the package itself seem to be in its packaging. Main changes to the package: Correct the comment. Make this much more portable to other pkgsrc platforms Generalise for X11 locations other than /usr/X11R6. Use a do-install target in the package Makefile Let pkgsrc do any manual page manipulation
Diffstat (limited to 'misc/9menu/Makefile')
-rw-r--r--misc/9menu/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/misc/9menu/Makefile b/misc/9menu/Makefile
index 780b86b0251..34e15b04ba9 100644
--- a/misc/9menu/Makefile
+++ b/misc/9menu/Makefile
@@ -1,21 +1,22 @@
-# $NetBSD: Makefile,v 1.7 2003/06/02 01:18:19 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/06/04 08:50:12 agc Exp $
# FreeBSD Id: Makefile,v 1.4 1997/09/08 12:23:55 tg Exp
#
-DISTNAME= 9menu-1.5
-WRKSRC= ${WRKDIR}
+DISTNAME= 9menu-1.6
CATEGORIES= plan9 misc
MASTER_SITES= ftp://ftp.freefriends.org/arnold/Source/
EXTRACT_SUFX= .shar.gz
MAINTAINER= tech-pkg@netbsd.org
-COMMENT= Simple menu patterened after plan9
+COMMENT= Simple menu patterned after the plan9 user interface
-.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "NetBSD")
-MANCOMPRESSED= yes
-.endif
+MAKEFILE= Makefile.noimake
+ALL_TARGET= 9menu
USE_X11= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/9menu ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/9menu.1 ${PREFIX}/man/man1
+
.include "../../mk/bsd.pkg.mk"