aboutsummaryrefslogtreecommitdiff
path: root/deskutils/hot-babe
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-28 16:13:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-28 16:13:07 +0000
commitc5e9265367b9a9be3c27db17686423e339690a2e (patch)
treeff6178d77ec9734959b6ff779dc4122648148bf6 /deskutils/hot-babe
parent7bda762ebb22c6ef269cb5de0ec6401d9d3fadba (diff)
downloadports-c5e9265367b9a9be3c27db17686423e339690a2e.tar.gz
ports-c5e9265367b9a9be3c27db17686423e339690a2e.zip
- Update to 0.2.2
PR: ports/75568 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=125350
Diffstat (limited to 'deskutils/hot-babe')
-rw-r--r--deskutils/hot-babe/Makefile2
-rw-r--r--deskutils/hot-babe/distinfo4
-rw-r--r--deskutils/hot-babe/files/patch-Makefile33
-rw-r--r--deskutils/hot-babe/pkg-plist2
4 files changed, 28 insertions, 13 deletions
diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile
index 0a50096a5bd1..a0f3d0bf995e 100644
--- a/deskutils/hot-babe/Makefile
+++ b/deskutils/hot-babe/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= hot-babe
-PORTVERSION= 0.2.1
+PORTVERSION= 0.2.2
CATEGORIES= deskutils
MASTER_SITES= http://dindinx.net/hotbabe/downloads/
diff --git a/deskutils/hot-babe/distinfo b/deskutils/hot-babe/distinfo
index 8977ff7357c0..3ee7448c578d 100644
--- a/deskutils/hot-babe/distinfo
+++ b/deskutils/hot-babe/distinfo
@@ -1,2 +1,2 @@
-MD5 (hot-babe-0.2.1.tar.bz2) = 6b3a59762f3c699696b259b83e9d4307
-SIZE (hot-babe-0.2.1.tar.bz2) = 398540
+MD5 (hot-babe-0.2.2.tar.bz2) = 482a9496b493d2394601689659971042
+SIZE (hot-babe-0.2.2.tar.bz2) = 406172
diff --git a/deskutils/hot-babe/files/patch-Makefile b/deskutils/hot-babe/files/patch-Makefile
index 6cd35d39878c..3d802e2becdd 100644
--- a/deskutils/hot-babe/files/patch-Makefile
+++ b/deskutils/hot-babe/files/patch-Makefile
@@ -1,20 +1,33 @@
---- Makefile.orig Sun Dec 5 10:03:38 2004
-+++ Makefile Sun Dec 5 10:04:18 2004
-@@ -2,7 +2,7 @@
- PREFIX := /usr/local
+--- Makefile.orig Mon Dec 27 20:37:39 2004
++++ Makefile Mon Dec 27 20:43:35 2004
+@@ -1,12 +1,12 @@
+ # where to install this program
+-PREFIX := /usr/local
++PREFIX ?= /usr/local
+ VERSION := 0.2.2
# optimization cflags
--CFLAGS += -O2 -Wall -g `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DPREFIX=\"$(PREFIX)\"
-+CFLAGS += -Wall `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DPREFIX=\"$(PREFIX)\"
+-CFLAGS += -O2 -Wall -g `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\"
++CFLAGS += -Wall `pkg-config gdk-2.0 gdk-pixbuf-2.0 --cflags` -DPREFIX=\"$(PREFIX)\" -DVERSION=\"$(VERSION)\"
OBJS = hot-babe.o loader.o
- CC = gcc
-@@ -23,8 +23,6 @@
+-CC = gcc
++CC ?= gcc
+ LIBS = `pkg-config gdk-2.0 gdk-pixbuf-2.0 --libs`
+
+ DOC = ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
+@@ -24,10 +24,10 @@
install -m 0755 hot-babe $(DESTDIR)$(PREFIX)/bin
install -d $(DESTDIR)$(PREFIX)/share/hot-babe/hb01
install -m 0644 hb01/* $(DESTDIR)$(PREFIX)/share/hot-babe/hb01
- install -d $(DESTDIR)$(PREFIX)/share/doc/hot-babe
- install -m 0644 $(DOC) $(DESTDIR)$(PREFIX)/share/doc/hot-babe
- install -d $(DESTDIR)$(PREFIX)/share/man/man1
- install -m 0644 hot-babe.1 $(DESTDIR)$(PREFIX)/share/man/man1
+- install -d $(DESTDIR)$(PREFIX)/share/man/man1
+- install -m 0644 hot-babe.1 $(DESTDIR)$(PREFIX)/share/man/man1
++# install -d $(DESTDIR)$(PREFIX)/share/doc/hot-babe
++# install -m 0644 $(DOC) $(DESTDIR)$(PREFIX)/share/doc/hot-babe
++# install -d $(DESTDIR)$(PREFIX)/share/man/man1
++# install -m 0644 hot-babe.1 $(DESTDIR)$(PREFIX)/share/man/man1
+ install -d $(DESTDIR)$(PREFIX)/share/pixmaps
+ install -m 0644 hot-babe.xpm $(DESTDIR)$(PREFIX)/share/pixmaps
diff --git a/deskutils/hot-babe/pkg-plist b/deskutils/hot-babe/pkg-plist
index 7cec858670af..f38eeddd84bf 100644
--- a/deskutils/hot-babe/pkg-plist
+++ b/deskutils/hot-babe/pkg-plist
@@ -5,5 +5,7 @@ bin/hot-babe
%%DATADIR%%/hb01/hb01_2.png
%%DATADIR%%/hb01/hb01_3.png
%%DATADIR%%/hb01/hb01_4.png
+share/pixmaps/hot-babe.xpm
+@unexec rmdir %D/share/pixmaps 2> /dev/null || true
@dirrm %%DATADIR%%/hb01
@dirrm %%DATADIR%%