summaryrefslogtreecommitdiff
path: root/graphics/gozer
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-27 17:21:30 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-27 17:21:30 +0000
commit144778247840549e3c9d7d9eae660f084acc55dd (patch)
treefc37ccabdf2ab7d50994b63c5f662c4145e52956 /graphics/gozer
parentUpdate my entry to reflect that I moved to a new house 672m further south. (diff)
Update to 0.5
Update Maintainer's email PR: 34337 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=53866
Diffstat (limited to 'graphics/gozer')
-rw-r--r--graphics/gozer/Makefile7
-rw-r--r--graphics/gozer/distinfo2
-rw-r--r--graphics/gozer/files/patch-aa25
-rw-r--r--graphics/gozer/files/patch-ab17
-rw-r--r--graphics/gozer/pkg-plist8
5 files changed, 24 insertions, 35 deletions
diff --git a/graphics/gozer/Makefile b/graphics/gozer/Makefile
index 63c5fa567bbb..82b5234e1a86 100644
--- a/graphics/gozer/Makefile
+++ b/graphics/gozer/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= gozer
-PORTVERSION= 0.3
+PORTVERSION= 0.5
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
-MAINTAINER= ishmael27@home.com
+MAINTAINER= ishmael27x@yahoo.com
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
-GNU_CONFIGURE= yes
USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-porbld-freebsd${OSREL}
.if defined(NOPORTDOCS)
MAKE_ENV= NO_DOC=yes
diff --git a/graphics/gozer/distinfo b/graphics/gozer/distinfo
index 8b782fcc5b6d..42e465d7f6e8 100644
--- a/graphics/gozer/distinfo
+++ b/graphics/gozer/distinfo
@@ -1 +1 @@
-MD5 (gozer-0.3.tar.gz) = ac34fcb372a67862ea954a2069a9afb9
+MD5 (gozer-0.5.tar.gz) = 40129a4cf58209d39788f9a7b85cfb69
diff --git a/graphics/gozer/files/patch-aa b/graphics/gozer/files/patch-aa
index 61480ad7be07..44bd4b072f91 100644
--- a/graphics/gozer/files/patch-aa
+++ b/graphics/gozer/files/patch-aa
@@ -1,28 +1,25 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Tue Oct 16 17:15:36 2001
-+++ Makefile.in Sun Nov 18 18:01:13 2001
-@@ -86,7 +86,7 @@
+--- Makefile.in.orig Sat Jan 26 10:59:10 2002
++++ Makefile.in Sat Jan 26 11:29:23 2002
+@@ -82,7 +82,7 @@
man_MANS = gozer.1
docs_DATA = README AUTHORS ChangeLog TODO
-docsdir = $(prefix)/doc/@PACKAGE@
+docsdir = $(datadir)/doc/@PACKAGE@
- EXTRA_DIST = \
- gozer.spec gozer.1 $(docs_DATA)
-@@ -175,6 +175,7 @@
- rm -f $(DESTDIR)$(man1dir)/$$inst; \
- done
+ EXTRA_DIST = gozer.spec gozer.1 $(docs_DATA)
+
+@@ -195,6 +195,7 @@
+ $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
+
install-docsDATA: $(docs_DATA)
+.if !defined(NO_DOC)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(docsdir)
@list='$(docs_DATA)'; for p in $$list; do \
-@@ -183,6 +184,7 @@
- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docsdir)/$$f"; \
- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docsdir)/$$f; \
+@@ -206,6 +207,7 @@
+ $(INSTALL_DATA) $$p $(DESTDIR)$(docsdir)/$$p; \
+ fi; fi; \
done
+.endif
diff --git a/graphics/gozer/files/patch-ab b/graphics/gozer/files/patch-ab
index 1b00c8f2dc39..2c1a57520920 100644
--- a/graphics/gozer/files/patch-ab
+++ b/graphics/gozer/files/patch-ab
@@ -1,16 +1,13 @@
-
-$FreeBSD$
-
---- src/Makefile.in.orig Tue Oct 16 17:15:37 2001
-+++ src/Makefile.in Sun Nov 18 17:55:34 2001
-@@ -79,8 +79,8 @@
+--- src/Makefile.in.orig Sat Jan 26 10:59:12 2002
++++ src/Makefile.in Sat Jan 26 11:28:32 2002
+@@ -75,8 +75,8 @@
SUBDIRS = fonts
-LDFLAGS = -L/usr/X11R6/lib
--INCLUDES = -g -O3 -Wall -I/usr/X11R6/include \
+-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
+LDFLAGS =
-+INCLUDES = -Wall -I/usr/X11R6/include \
- $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \
- -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
+
+ LIBOBJS = @LIBOBJS@
diff --git a/graphics/gozer/pkg-plist b/graphics/gozer/pkg-plist
index 16f47549e778..5b379e25a5b8 100644
--- a/graphics/gozer/pkg-plist
+++ b/graphics/gozer/pkg-plist
@@ -4,13 +4,7 @@ bin/gozer
%%PORTDOCS%%share/doc/gozer/ChangeLog
%%PORTDOCS%%share/doc/gozer/README
%%PORTDOCS%%share/doc/gozer/TODO
-share/gozer/fonts/20thcent.ttf
-share/gozer/fonts/cinema.ttf
-share/gozer/fonts/goodtime.ttf
-share/gozer/fonts/joystix.ttf
-share/gozer/fonts/morpheus.ttf
-share/gozer/fonts/notepad.ttf
-share/gozer/fonts/soulpapa.ttf
+share/gozer/fonts/helmetr.ttf
%%PORTDOCS%%@dirrm share/doc/gozer
@dirrm share/gozer/fonts
@dirrm share/gozer