diff options
author | pav <pav@FreeBSD.org> | 2004-12-29 00:13:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-29 00:13:07 +0800 |
commit | e1f956f580302a335e78b25cc9ce8b38105e2eba (patch) | |
tree | 729efc31533c68c936582705a64628e6d80648a6 /deskutils/hot-babe | |
parent | 16eeddac25dc8302f06e7ba4432df81a9db248a6 (diff) | |
download | freebsd-ports-gnome-e1f956f580302a335e78b25cc9ce8b38105e2eba.tar.gz freebsd-ports-gnome-e1f956f580302a335e78b25cc9ce8b38105e2eba.tar.zst freebsd-ports-gnome-e1f956f580302a335e78b25cc9ce8b38105e2eba.zip |
- Update to 0.2.2
PR: ports/75568
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Diffstat (limited to 'deskutils/hot-babe')
-rw-r--r-- | deskutils/hot-babe/Makefile | 2 | ||||
-rw-r--r-- | deskutils/hot-babe/distinfo | 4 | ||||
-rw-r--r-- | deskutils/hot-babe/files/patch-Makefile | 33 | ||||
-rw-r--r-- | deskutils/hot-babe/pkg-plist | 2 |
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%% |