1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to 1.10.

This commit is contained in:
Maxim Sobolev 2001-05-21 07:58:04 +00:00
parent ee193e0957
commit 3c4aae6bc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42841
4 changed files with 21 additions and 11 deletions

View File

@ -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}/[^.]* \

View File

@ -1 +1 @@
MD5 (oroborus-src-v1.3.1.tar.gz) = d4f0121cb884fb0cdd2e46c6f6695295
MD5 (oroborus-src-v1.10.tar.gz) = cecb857ee9ce9c7b3c2030da26451231

View File

@ -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

View File

@ -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