mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to 1.10.
This commit is contained in:
parent
ee193e0957
commit
3c4aae6bc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42841
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= oroborus
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.10
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/
|
||||
DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
|
||||
@ -20,7 +20,11 @@ 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}/[^.]* \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (oroborus-src-v1.3.1.tar.gz) = d4f0121cb884fb0cdd2e46c6f6695295
|
||||
MD5 (oroborus-src-v1.10.tar.gz) = cecb857ee9ce9c7b3c2030da26451231
|
||||
|
@ -1,9 +1,9 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile 2001/04/19 07:33:49 1.1
|
||||
+++ Makefile 2001/04/19 07:37:13
|
||||
@@ -1,6 +1,6 @@
|
||||
--- Makefile.orig Mon May 21 00:33:34 2001
|
||||
+++ Makefile Mon May 21 10:23:59 2001
|
||||
@@ -1,12 +1,12 @@
|
||||
-CC = gcc
|
||||
-CFLAGS = -g -O2 -Wall
|
||||
-XROOT = /usr/X11R6
|
||||
@ -11,14 +11,12 @@ $FreeBSD$
|
||||
+CFLAGS ?= -g -O2 -Wall
|
||||
+XROOT = $(X11BASE)
|
||||
INCLUDES = -I$(XROOT)/include
|
||||
LIBS = -lX11 -lXext -lXpm
|
||||
LIBS = -lX11 -lXext -lXpm #-lXinerama
|
||||
LDPATH = -L$(XROOT)/lib
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
PROG = oroborus
|
||||
RCFILE = .$(PROG)rc
|
||||
DEFINES = -DSHAPE_SUPPORT -DWORKSPACE_SUPPORT #-DDEBUG
|
||||
-PREFIX = /usr
|
||||
+PREFIX ?= /usr
|
||||
DEFFILE = $(PROG)rc
|
||||
RCFILE = .$(PROG)rc
|
||||
DATADIR = $(PREFIX)/share/$(PROG)
|
||||
PIXMAPDIR = $(DATADIR)/pixmaps/default
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/oroborus
|
||||
share/oroborus/oroborusrc
|
||||
share/oroborus/pixmaps/agua/bottom-active.xpm
|
||||
share/oroborus/pixmaps/agua/bottom-inactive.xpm
|
||||
share/oroborus/pixmaps/agua/bottom-left-active.xpm
|
||||
@ -103,12 +104,19 @@ share/oroborus/pixmaps/next/resize-active.xpm
|
||||
share/oroborus/pixmaps/next/resize-inactive.xpm
|
||||
share/oroborus/pixmaps/next/right-active.xpm
|
||||
share/oroborus/pixmaps/next/right-inactive.xpm
|
||||
share/oroborus/pixmaps/next/themerc
|
||||
share/oroborus/pixmaps/next/title-active.xpm
|
||||
share/oroborus/pixmaps/next/title-inactive.xpm
|
||||
share/oroborus/pixmaps/next/title-shaded-active.xpm
|
||||
share/oroborus/pixmaps/next/title-shaded-inactive.xpm
|
||||
share/oroborus/pixmaps/next/top-left-active.xpm
|
||||
share/oroborus/pixmaps/next/top-left-inactive.xpm
|
||||
share/oroborus/pixmaps/next/top-left-shaded-active.xpm
|
||||
share/oroborus/pixmaps/next/top-left-shaded-inactive.xpm
|
||||
share/oroborus/pixmaps/next/top-right-active.xpm
|
||||
share/oroborus/pixmaps/next/top-right-inactive.xpm
|
||||
share/oroborus/pixmaps/next/top-right-shaded-active.xpm
|
||||
share/oroborus/pixmaps/next/top-right-shaded-inactive.xpm
|
||||
share/oroborus/pixmaps/win95/bottom-active.xpm
|
||||
share/oroborus/pixmaps/win95/bottom-inactive.xpm
|
||||
share/oroborus/pixmaps/win95/bottom-left-active.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user