diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 09:00:24 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 09:00:24 +0800 |
commit | d6dca242be4c3ffc4cb11bccc8226000d08b8de0 (patch) | |
tree | 243714e8b0e8504368d58d81c3c431e9a2ef2533 /games/spellcast | |
parent | f8facd78314b70d65c255b6702a5c1ddabdd19ea (diff) | |
download | freebsd-ports-gnome-d6dca242be4c3ffc4cb11bccc8226000d08b8de0.tar.gz freebsd-ports-gnome-d6dca242be4c3ffc4cb11bccc8226000d08b8de0.tar.zst freebsd-ports-gnome-d6dca242be4c3ffc4cb11bccc8226000d08b8de0.zip |
***
games/affenspiel
- Support CC properly
***
games/battalion
- Support PREFIX properly
***
games/block
- Support CC/CFLAGS properly
***
games/blue
- Support CC/CFLAGS properly
- Add WWW: line into pkg/DESCR
New file:
patches/patch-aa
***
games/bs
- Add WWW: line into pkg/DESCR
***
games/columns
- Support CXXFLAGS properly
- Support sdl-config
***
games/empire
- Exclude GPL doc from package
- Add WWW: line into pkg/DESCR
***
games/freesweep to 0.87
- Update to version 0.87
***
games/galaxis
- Support CC properly
- Add WWW: line into pkg/DESCR
***
games/garith
- Support CC/CFLAGS properly
- Support GTK_CONFIG
***
games/gemdropx to 0.7
- Update to version 0.7
***
games/gtkballs
- Exclude GPL doc from package
- Support GTK_CONFIG
***
games/icbm3d
- Update WWW: line of pkg/DESCR
***
games/mirrormagic
- Support CC/X11BASE properly
***
games/phalanx to 22
- Update to version 22
- Add WWW: line into pkg/DESCR
***
games/spellcast
- Update MASTER_SITES and WWW: line of pkg/DESCR
- Support CFLAGS properly
- Exclude GPL doc from package
***
games/starlanes
- Support CC properly
- Exclude GPL doc from package
***
games/xdigger to 1.0.10
- Update to version 1.0.10
New file:
patches/patch-ad patches/patch-ae
***
games/xtron
- Support PREFIX properly
- Exclude GPL doc from package
***
games/xtruco
- Support CC/CFLAGS/X11BASE properly
***
games/xvier
- Support X11BASE properly
***
PR: 17741
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/spellcast')
-rw-r--r-- | games/spellcast/Makefile | 24 | ||||
-rw-r--r-- | games/spellcast/files/patch-aa | 7 | ||||
-rw-r--r-- | games/spellcast/pkg-descr | 2 | ||||
-rw-r--r-- | games/spellcast/pkg-plist | 1 |
4 files changed, 18 insertions, 16 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index 6b8dcb850522..02047f7be4ac 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -6,24 +6,24 @@ # $FreeBSD$ # -DISTNAME= spellcast-1.1 -CATEGORIES= games -MASTER_SITES= http://www.redestb.es/personal/ragnar/ \ - ${MASTER_SITE_SUNSITE} +DISTNAME= spellcast-1.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.macula.net/lightside/ MASTER_SITE_SUBDIR= games/multiplayer -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -USE_X_PREFIX= yes -MAN6= spellcast.6 +USE_X_PREFIX= yes +MAN6= spellcast.6 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6 .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/spellcast -.for file in License README.1 README.2 spelllist.ps - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast + @${MKDIR} ${PREFIX}/share/doc/spellcast +.for file in README.1 README.2 spelllist.ps + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast .endfor .endif diff --git a/games/spellcast/files/patch-aa b/games/spellcast/files/patch-aa index 7bd834ede1c4..f417e336892a 100644 --- a/games/spellcast/files/patch-aa +++ b/games/spellcast/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile Sat Sep 13 05:44:20 1997 -+++ /home/andy/tmp/wrk/Makefile Mon Jun 29 12:08:54 1998 +--- Makefile.orig Sat Sep 13 14:44:20 1997 ++++ Makefile Thu Mar 30 01:49:24 2000 @@ -24,11 +24,11 @@ # all the time, try uncommenting the next line. #OTHERLIBS = -lbsdmalloc @@ -7,7 +7,8 @@ -CFLAGS = -g0 -O2 -Wall -Wno-implicit -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \ +CFLAGS+= -I${X11BASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \ -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR) - LFLAGS = -g0 -Wall -Wno-implicit +-LFLAGS = -g0 -Wall -Wno-implicit ++#LFLAGS = -g0 -Wall -Wno-implicit -XLIB = -L/usr/local/lib -L/usr/X11/lib -lX11 +XLIB = -L${X11BASE}/lib -lX11 diff --git a/games/spellcast/pkg-descr b/games/spellcast/pkg-descr index 74f733d193d3..5f49af9771f8 100644 --- a/games/spellcast/pkg-descr +++ b/games/spellcast/pkg-descr @@ -10,3 +10,5 @@ the magical armour of his opponent, and kill the wizard outright. The inventor wishes to state that he has never been involved in a magical duel but would be interested to discover how realistic the game is for those who have... + +WWW: http://www.macula.net/lightside/ftp.html diff --git a/games/spellcast/pkg-plist b/games/spellcast/pkg-plist index e75efabf8b98..c034f0b93ac8 100644 --- a/games/spellcast/pkg-plist +++ b/games/spellcast/pkg-plist @@ -1,5 +1,4 @@ bin/spellcast -share/doc/spellcast/License share/doc/spellcast/README.1 share/doc/spellcast/README.2 share/doc/spellcast/spelllist.ps |