Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18184/10.3/unstable/main/finkinfo/games

Added Files:
        mkhexgrid.info mkhexgrid.patch 
Log Message:
backport to 10.3; rev-up 10.4 for this GCC package


--- NEW FILE: mkhexgrid.patch ---
diff -Naur mkhexgrid-0.1.1-old/Makefile mkhexgrid-0.1.1/Makefile
--- mkhexgrid-0.1.1-old/Makefile        2007-01-10 08:37:42.000000000 -0500
+++ mkhexgrid-0.1.1/Makefile    2007-01-10 20:43:09.000000000 -0500
@@ -1,4 +1,4 @@
-DESTDIR=/usr/local
+#DESTDIR=/usr/local
 BINDIR=$(DESTDIR)/bin
 DOCDIR=$(DESTDIR)/share/doc
 MANDIR=$(DESTDIR)/share/man
@@ -9,8 +9,8 @@
 RPMDIR=/home/uckelman/rpmbuild
 
 CC=g++
-CPPFLAGS=-c -g -O2 -W -Wall -DVERSION='"$(VERSION)"'
-LDFLAGS=-lm -lstdc++ -lgd
+CPPFLAGS+=-c -g -O2 -W -Wall -DVERSION='"$(VERSION)"'
+LDFLAGS+=-lm -lstdc++ -lgd
 
 FILES=grid.h \
       grid.cpp \
@@ -60,12 +60,12 @@
        rm -rf $(DISTDIR)
 
 install:
-       install -m 755 -o 0 -g 0 -d $(BINDIR)
-       install -m 755 -o 0 -g 0 -s mkhexgrid $(BINDIR)
-       install -m 755 -o 0 -g 0 -d $(MANDIR)/man1
-       install -m 644 -o 0 -g 0 doc/mkhexgrid.1 $(MANDIR)/man1
-       install -m 755 -o 0 -g 0 -d $(DOCDIR)/mkhexgrid-$(VERSION) 
-       install -m 644 -o 0 -g 0 $(DOCS) $(DOCDIR)/mkhexgrid-$(VERSION)
+       install -m 755 -d $(BINDIR)
+       install -m 755 -s mkhexgrid $(BINDIR)
+       install -m 755 -d $(MANDIR)/man1
+       install -m 644 doc/mkhexgrid.1 $(MANDIR)/man1
+#      install -m 755 -o 0 -g 0 -d $(DOCDIR)/mkhexgrid-$(VERSION) 
+#      install -m 644 -o 0 -g 0 $(DOCS) $(DOCDIR)/mkhexgrid-$(VERSION)
 
 clean:
        rm -rf mkhexgrid mkhexgrid-web mkhexgrid.o grid.o png.o ps.o svg.o \

                 

--- NEW FILE: mkhexgrid.info ---
Package: mkhexgrid
Version: 0.1.1
Revision: 5
Description: Generates hexagonal grid maps
License: GPL
Maintainer: Steve Huff <[EMAIL PROTECTED]>
Source: http://www.nomic.net/~uckelman/%n/releases/%n-%v.src.tar.gz
Source-MD5: e5dded865e65f766942a222b9235cb06
SourceDirectory: %n-%v
GCC: 3.3
Patch: %n.patch
PatchScript: <<
 ln -s %p/include/boost-1_33*/boost boost
<<
CompileScript: <<
 make
<<
InstallScript: <<
 make install DESTDIR=%d/%p
<<
DocFiles: AUTHORS README COPYING HISTORY TODO doc/mkhexgrid.html
Depends: gd2-shlibs
BuildDepends: gd2, boost1.33
DescDetail: <<
 mkhexgrid is a small command-line program which generates 
 hexagonal grids of the sort used for strategy games. Hex 
 grids can be created as PNG or SVG images, and as 
 PostScript. Virtually every aspect of the output can be 
 adjusted, from grid line thickness and color, to style 
 and size of hex centers, to the style and position of hex 
 coordinates. mkhexgrid makes it simple to create whatever 
 hex grid you need.
<<
DescUsage: <<
 A tutorial is available here:

   http://www.nomic.net/~uckelman/mkhexgrid/tutorial.html

 The Reference Manual is available here:

   http://www.nomic.net/~uckelman/mkhexgrid/mkhexgrid.html
<<
Homepage: http://www.nomic.net/~uckelman/mkhexgrid/

                 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to