summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-28 11:08:23 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-28 11:08:23 +0000
commitc936728d32d249ab0851c493e8b5cd43415a8f7d (patch)
treefaef9a9b7ab17ea082544498d8d9263eedd1cdc7 /x11-wm
parentUpdate to 0.6.1. (diff)
Update to 1.11.1.
Notes
Notes: svn path=/head/; revision=43183
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/oroborus/Makefile15
-rw-r--r--x11-wm/oroborus/distinfo2
-rw-r--r--x11-wm/oroborus/files/patch-Makefile30
3 files changed, 28 insertions, 19 deletions
diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile
index aa34da61c92e..47c316fcb882 100644
--- a/x11-wm/oroborus/Makefile
+++ b/x11-wm/oroborus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= oroborus
-PORTVERSION= 1.10
+PORTVERSION= 1.11.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/
DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
@@ -18,17 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XPM= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-
-do-install:
- ${MKDIR} ${PREFIX}/share/${PORTNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${WRKSRC}/install_rc ${PREFIX}/share/${PORTNAME}/pixmaps/default > \
- ${WRKDIR}/${PORTNAME}rc
- ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}rc ${PREFIX}/share/${PORTNAME}
-.for dir in agua default defold mac next win95
- ${MKDIR} ${PREFIX}/share/${PORTNAME}/pixmaps/${dir}
- ${INSTALL_DATA} ${WRKSRC}/pixmaps/${dir}/[^.]* \
- ${PREFIX}/share/${PORTNAME}/pixmaps/${dir}
-.endfor
+MAKE_ENV= MKDIR="${MKDIR}"
.include <bsd.port.mk>
diff --git a/x11-wm/oroborus/distinfo b/x11-wm/oroborus/distinfo
index b5d3ac12a45f..611641eb8128 100644
--- a/x11-wm/oroborus/distinfo
+++ b/x11-wm/oroborus/distinfo
@@ -1 +1 @@
-MD5 (oroborus-src-v1.10.tar.gz) = cecb857ee9ce9c7b3c2030da26451231
+MD5 (oroborus-src-v1.11.1.tar.gz) = 17390c6d3fca9acbdeb0496f3bc511fb
diff --git a/x11-wm/oroborus/files/patch-Makefile b/x11-wm/oroborus/files/patch-Makefile
index 484963c3ab6a..8480e1a39748 100644
--- a/x11-wm/oroborus/files/patch-Makefile
+++ b/x11-wm/oroborus/files/patch-Makefile
@@ -1,8 +1,8 @@
$FreeBSD$
---- Makefile.orig Mon May 21 00:33:34 2001
-+++ Makefile Mon May 21 10:23:59 2001
+--- Makefile.orig Thu May 24 17:40:39 2001
++++ Makefile Mon May 28 14:04:46 2001
@@ -1,12 +1,12 @@
-CC = gcc
-CFLAGS = -g -O2 -Wall
@@ -17,6 +17,26 @@ $FreeBSD$
PROG = oroborus
-PREFIX = /usr
+PREFIX ?= /usr
- DEFFILE = $(PROG)rc
- RCFILE = .$(PROG)rc
- DATADIR = $(PREFIX)/share/$(PROG)
+ FONT = *-helvetica-bold-r-normal-*-*-120-*
+ THEME = default
+ RCFILE = -DRCFILE=\".oroborusrc\"
+@@ -36,10 +36,15 @@
+ rm -f $(PROG) $(OBJS) core
+
+ install:all
+- install $(PROG) $(PREFIX)/bin
+- install -d $(PREFIX)/share/$(PROG)
+- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) > $(PREFIX)/share/$(PROG)/oroborusrc
+- cp -R pixmaps $(PREFIX)/share/$(PROG)
++ $(BSD_INSTALL_PROGRAM) $(PROG) $(PREFIX)/bin
++ $(MKDIR) $(PREFIX)/share/$(PROG)
++ ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) > oroborusrc
++ $(BSD_INSTALL_DATA) oroborusrc $(PREFIX)/share/$(PROG)/oroborusrc
++ for dir in agua default defold mac next win95; do \
++ $(MKDIR) $(PREFIX)/share/$(PROG)/pixmaps/$$dir; \
++ $(BSD_INSTALL_DATA) pixmaps/$$dir/[^.]* \
++ $(PREFIX)/share/$(PROG)/pixmaps/$$dir; \
++ done
+
+ uninstall:
+ rm -f $(PREFIX)/bin/$(PROG)