Changeset 8967 for trunk/dports/games
- Timestamp:
- Oct 27, 2004, 7:50:43 AM (15 years ago)
- Location:
- trunk/dports/games/blobwars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/blobwars/Portfile
r8174 r8967 1 # $Id: Portfile,v 1. 3 2004/09/05 00:01:12mww Exp $1 # $Id: Portfile,v 1.4 2004/10/27 07:50:43 mww Exp $ 2 2 3 3 PortSystem 1.0 4 4 5 name blobwars6 version 0.917 categories games8 platforms darwin9 maintainers mww@opendarwin.org10 description jump and run game featuring a Blob as main character5 name blobwars 6 version 0.96 7 categories games 8 platforms darwin 9 maintainers mww@opendarwin.org 10 description jump and run game featuring a Blob as main character 11 11 long_description In Blob Wars : Metal Blob Solid, you take on the role \ 12 of a fearless Blob agent, Bob. Bob's mission is to \13 infiltrate the various enemy bases around the Blobs' \14 homeworld and rescue as many MIAs as possible. But \15 standing in his way are many vicious aliens, other \16 Blobs who have been assimilated and the evil alien \17 leader, Galdov.12 of a fearless Blob agent, Bob. Bob's mission is to \ 13 infiltrate the various enemy bases around the Blobs' \ 14 homeworld and rescue as many MIAs as possible. But \ 15 standing in his way are many vicious aliens, other \ 16 Blobs who have been assimilated and the evil alien \ 17 leader, Galdov. 18 18 19 homepage http://www.parallelrealities.co.uk/blobWars.php19 homepage http://www.parallelrealities.co.uk/blobWars.php 20 20 master_sites http://www.opendarwin.org/~mww/files 21 checksums md5 ff3eadd3ff2a096f6f9672affadf669f21 checksums md5 cdfe1231a9f6966c0d5189c1706000fe 22 22 use_bzip2 yes 23 23 patchfiles patch-makefile.diff … … 44 44 destroot.destdir PREFIX=${destroot}${prefix} 45 45 post-destroot { 46 file delete -force ${destroot}${prefix}/crap 46 file delete -force ${destroot}${prefix}/share/applnk \ 47 ${destroot}${prefix}/share/gnome ${destroot}${prefix}/share/icons 47 48 } -
trunk/dports/games/blobwars/files/patch-makefile.diff
r8174 r8967 1 --- makefile Sat Sep 4 20:18:4420042 +++ makefile.new Sun Sep 5 01:42:0520043 @@ -8, 12 +8,12@@1 --- makefile Wed Oct 27 09:39:20 2004 2 +++ makefile.new Wed Oct 27 09:39:49 2004 3 @@ -8,7 +8,7 @@ 4 4 USEPAK = 1 5 5 … … 8 8 +BINDIR = $(PREFIX)/bin/ 9 9 DATADIR = $(PREFIX)/share/games/parallelrealities/ 10 -DOCDIR = $(PREFIX)/share/doc/$(PROG)-$(VERSION)-$(RELEASE)/ 11 -ICONDIR = $(PREFIX)/share/icons/ 12 -KDE = $(PREFIX)/share/applnk/Games/Arcade/ 13 -GNOME = $(PREFIX)/share/gnome/apps/Games/ 14 +DOCDIR = $(PREFIX)/share/doc/$(PROG)/ 15 +ICONDIR = $(PREFIX)/crap/ 16 +KDE = $(PREFIX)/crap/ 17 +GNOME = $(PREFIX)/crap/ 18 19 CFLAGS += `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK) 20 CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DUNIX -DTEMPDIR=\"/tmp/\" -DGAMEPLAYMANUAL=\"$(DOCDIR)index.html\" -Wall 21 @@ -63,8 +63,8 @@ 10 DOCDIR = $(PREFIX)/share/doc/$(PROG)/ 11 ICONDIR = $(PREFIX)/share/icons/ 12 @@ -63,9 +63,9 @@ 22 13 mkdir -p $(GNOME) 23 14 … … 25 16 - install -o root -g games -m 755 $(PROG) $(BINDIR)$(PROG) 26 17 - install -o root -g games -m 644 $(PAKNAME) $(DATADIR)$(PAKNAME) 18 - install -o root -g games -m 644 $(DOCS) $(DOCDIR) 27 19 + install -m 755 $(PROG) $(BINDIR)$(PROG) 28 20 + install -m 644 $(PAKNAME) $(DATADIR)$(PAKNAME) 29 cp$(DOCS) $(DOCDIR)21 + install -m 644 $(DOCS) $(DOCDIR) 30 22 cp $(ICONS)$(PROG).png $(ICONDIR) 31 23 cp $(ICONS)$(PROG)-mini.png $(ICONDIR)mini/$(PROG).png 24 cp $(ICONS)$(PROG)-large.png $(ICONDIR)large/$(PROG).png 32 25 @@ -81,4 +81,4 @@ 33 26 $(RM) $(ICONDIR)large/$(PROG).png
Note: See TracChangeset
for help on using the changeset viewer.