Update port to version 1.14.0, take over maintainership.

Approved by:	sobomax
This commit is contained in:
Jimmy Olgeni 2001-08-14 22:15:44 +00:00
parent fc84ebd270
commit 52bbc36895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46262
4 changed files with 11 additions and 13 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= oroborus
PORTVERSION= 1.13.0
PORTVERSION= 1.14.0
CATEGORIES= x11-wm
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/
#DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
MAINTAINER= olgeni@FreeBSD.org
USE_XPM= yes
USE_X_PREFIX= yes

View File

@ -1 +1 @@
MD5 (oroborus-1.13.0.tar.gz) = 486b5f1731b0c43d2a226a69362d97c5
MD5 (oroborus-1.14.0.tar.gz) = 36cd293000d4ab583ab9ff06e57d749d

View File

@ -1,8 +1,5 @@
$FreeBSD$
--- Makefile.orig Thu Jun 7 00:44:43 2001
+++ Makefile Fri Jun 8 11:19:26 2001
--- Makefile.orig Wed Jun 13 17:59:09 2001
+++ Makefile Fri Aug 10 23:54:37 2001
@@ -1,13 +1,13 @@
-CC = gcc
-CFLAGS = -g -O2 -Wall
@ -15,20 +12,20 @@ $FreeBSD$
LDPATH = -L$(XROOT)/lib
PROG = oroborus
VERSION = 1.13.0
VERSION = 1.14.0
-PREFIX = /usr
+PREFIX ?= /usr
FONT = *-helvetica-bold-r-normal-*-*-120-*
THEME = default
INTERVAL = 1
@@ -38,12 +38,17 @@
RCFILE = -DRCFILE=\".oroborusrc\"
@@ -37,12 +37,17 @@
rm -f $(PROG) $(OBJS) core
install:all
- install $(PROG) $(PREFIX)/bin
- install -d $(PREFIX)/share/$(PROG)
- install -d $(PREFIX)/doc/$(PROG)-$(VERSION)
- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) $(INTERVAL) > $(PREFIX)/share/$(PROG)/oroborusrc
- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) > $(PREFIX)/share/$(PROG)/oroborusrc
- cp -R themes $(PREFIX)/share/$(PROG)
- cp -R doc $(PREFIX)/doc/$(PROG)-$(VERSION)
+ $(BSD_INSTALL_PROGRAM) $(PROG) $(PREFIX)/bin

View File

@ -3,6 +3,7 @@ share/doc/oroborus/configuring_oroborus.htm
share/doc/oroborus/index.htm
share/doc/oroborus/introduction.htm
share/doc/oroborus/license.htm
share/doc/oroborus/starting_oroborus.htm
share/doc/oroborus/themes.htm
share/doc/oroborus/using_oroborus.htm
share/oroborus/oroborusrc