mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Repocopy x11-wm/Makefile to x11/Makefile
PR: ports/64681 Requested by: Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
This commit is contained in:
parent
f80701e818
commit
2906ad726a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105640
1
MOVED
1
MOVED
@ -1001,3 +1001,4 @@ mail/mew2-xemacs21|mail/mew2|2004-03-28|removed old version of xemacs 21.x
|
||||
mail/mew3-xemacs21|mail/mew3|2004-03-28|removed old version of xemacs 21.x
|
||||
net/memcached|databases/memcached|2004-03-27|remove duplicate port
|
||||
japanese/emacs21-emcws|japanese/emacs-emcws|2004-03-29|emacs 21.x moved to default port location
|
||||
x11-wm/9menu|x11/9menu|2004-03-29|accurate category
|
||||
|
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: 9menu
|
||||
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= 9menu
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= x11-wm plan9
|
||||
MASTER_SITES= ftp://freefriends.org/arnold/Source/ \
|
||||
${MASTER_SITE_NETBSD}
|
||||
EXTRACT_SUFX= .shar.gz
|
||||
|
||||
MAINTAINER= gagnon_s@sympatico.ca
|
||||
COMMENT= A simple menu patterened after plan9
|
||||
|
||||
PLIST_FILES= bin/9menu
|
||||
USE_XLIB= yes
|
||||
EXTRACT_CMD= zcat
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= |sh
|
||||
MAKEFILE= Makefile.noimake
|
||||
ALL_TARGET= 9menu
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= 9menu.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
MD5 (9menu-1.7.shar.gz) = faa42b7a708cdfdbf5ce6cd1391e9eed
|
||||
SIZE (9menu-1.7.shar.gz) = 8854
|
@ -1,31 +0,0 @@
|
||||
*** Makefile.orig Fri Aug 11 15:55:35 1995
|
||||
--- Makefile.noimake Fri Aug 11 16:03:26 1995
|
||||
***************
|
||||
*** 6,13 ****
|
||||
# arnold@skeeve.atl.ga.us
|
||||
|
||||
CC = gcc
|
||||
! CFLAGS = -g -O
|
||||
! LIBS = -lX11
|
||||
|
||||
9menu: 9menu.c
|
||||
$(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu
|
||||
--- 6,23 ----
|
||||
# arnold@skeeve.atl.ga.us
|
||||
|
||||
CC = gcc
|
||||
! CFLAGS = -O -I/usr/X11R6/include
|
||||
! LIBS = -L/usr/X11R6/lib -lX11
|
||||
!
|
||||
!
|
||||
! all: 9menu
|
||||
|
||||
9menu: 9menu.c
|
||||
$(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu
|
||||
+
|
||||
+ install:
|
||||
+ $(INSTALL) -c 9menu $(PREFIX)/bin
|
||||
+ $(INSTALL) -c 9menu.1 $(PREFIX)/man/man1
|
||||
+ strip $(PREFIX)/bin/9menu
|
||||
+ gzip -9nf $(PREFIX)/man/man1/9menu.1
|
||||
+
|
@ -1,10 +0,0 @@
|
||||
This is 9menu, a simple program that allows you to create X menus from the
|
||||
shell, where each menu item will run a command. 9menu is intended for use
|
||||
with 9wm, but can be used with any other window manager.
|
||||
|
||||
The idea of a command line menu generator is from xmenu, but xmenu was
|
||||
exclusively a pop-up menu, not what I wanted.
|
||||
|
||||
--
|
||||
Arnold Robbins
|
||||
arnold@gnu.ai.mit.edu
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += 9menu
|
||||
SUBDIR += 9wm
|
||||
SUBDIR += aewm
|
||||
SUBDIR += aewm++
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= 9menu
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= x11-wm plan9
|
||||
CATEGORIES= x11 plan9
|
||||
MASTER_SITES= ftp://freefriends.org/arnold/Source/ \
|
||||
${MASTER_SITE_NETBSD}
|
||||
EXTRACT_SUFX= .shar.gz
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
SUBDIR += 3ddesktop
|
||||
SUBDIR += 9box
|
||||
SUBDIR += 9menu
|
||||
SUBDIR += 9term
|
||||
SUBDIR += XFree86
|
||||
SUBDIR += XFree86-4
|
||||
|
Loading…
Reference in New Issue
Block a user