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/freesweep | |
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/freesweep')
-rw-r--r-- | games/freesweep/Makefile | 27 | ||||
-rw-r--r-- | games/freesweep/distinfo | 2 | ||||
-rw-r--r-- | games/freesweep/files/patch-aa | 6 | ||||
-rw-r--r-- | games/freesweep/pkg-plist | 2 |
4 files changed, 22 insertions, 15 deletions
diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile index fdf01629bba8..7456d8ba9fb2 100644 --- a/games/freesweep/Makefile +++ b/games/freesweep/Makefile @@ -1,32 +1,37 @@ # New ports collection makefile for: freesweep -# Version required: 0.86 +# Version required: 0.87 # Date created: 25 July 1999 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= freesweep-0.86 +DISTNAME= freesweep +PKGNAME= freesweep-0.87 CATEGORIES= games MASTER_SITES= http://www.upl.cs.wisc.edu/~hartmann/sweep/ MAINTAINER= ports@FreeBSD.org -ALL_TARGET= -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-prefsdir=${PREFIX}/share/freesweep \ + --with-scoresdir=${PREFIX}/share/freesweep \ + --disable-debug-log +ALL_TARGET= # empty MAN6= freesweep.6 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${PREFIX}/man/man6 - -post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/freesweep ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/freesweep.6 ${PREFIX}/man/man6 + @${MKDIR} ${PREFIX}/share/freesweep + ${INSTALL_DATA} ${WRKSRC}/sweeprc ${PREFIX}/share/freesweep .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/freesweep - @ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/freesweep - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freesweep + @${MKDIR} ${PREFIX}/share/doc/freesweep + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/freesweep + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/freesweep .endif .include <bsd.port.mk> diff --git a/games/freesweep/distinfo b/games/freesweep/distinfo index 72874c8a3898..ed4b2b5208f4 100644 --- a/games/freesweep/distinfo +++ b/games/freesweep/distinfo @@ -1 +1 @@ -MD5 (freesweep-0.86.tar.gz) = df49495b8fb807e55febc0553e0cd704 +MD5 (freesweep.tar.gz) = 3d728a53a831d0fe386e6b14bdd3cddd diff --git a/games/freesweep/files/patch-aa b/games/freesweep/files/patch-aa index dc2ad652e39d..a61099736cbc 100644 --- a/games/freesweep/files/patch-aa +++ b/games/freesweep/files/patch-aa @@ -1,11 +1,11 @@ ---- sweep.h.in Sun Jul 25 03:39:50 1999 -+++ /home/andy/tmp/wrk/sweep.h.in Sun Jul 25 17:51:44 1999 +--- sweep.h.in.orig Wed Mar 29 23:08:32 2000 ++++ sweep.h.in Wed Mar 29 23:09:50 2000 @@ -36,7 +36,7 @@ #include <signal.h> #ifdef HAVE_LIBNCURSES -#include "@NCURSES_HINT@/include/curses.h" +#include <ncurses.h> + #define DEFAULT_LINEDRAW 1 #else /* HAVE_LIBNCURSES */ #include <curses.h> - #endif /* HAVE_LIBNCURSES */ diff --git a/games/freesweep/pkg-plist b/games/freesweep/pkg-plist index 0e3ff5ee7166..79ccd6f57887 100644 --- a/games/freesweep/pkg-plist +++ b/games/freesweep/pkg-plist @@ -1,4 +1,6 @@ bin/freesweep share/doc/freesweep/CHANGES share/doc/freesweep/README +share/freesweep/sweeprc +@dirrm share/freesweep @dirrm share/doc/freesweep |