diff options
author | edwin <edwin@FreeBSD.org> | 2010-10-18 11:26:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2010-10-18 11:26:14 +0800 |
commit | dcc9fe8669813e605303a1efa808062fa1381a18 (patch) | |
tree | b98bf816ee4fcb7e9a6a2f5f1acb041091d20def /games | |
parent | 804d876f70fb433fe2aca33b04a6ae7e774b5987 (diff) | |
download | freebsd-ports-gnome-dcc9fe8669813e605303a1efa808062fa1381a18.tar.gz freebsd-ports-gnome-dcc9fe8669813e605303a1efa808062fa1381a18.tar.zst freebsd-ports-gnome-dcc9fe8669813e605303a1efa808062fa1381a18.zip |
Update to version 1.7.4
PR: ports/150868
Submitted by: Jesse <jessefrgsmith@yahoo.ca>
Diffstat (limited to 'games')
-rw-r--r-- | games/sopwith/Makefile | 3 | ||||
-rw-r--r-- | games/sopwith/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | games/sopwith/pkg-plist | 2 |
3 files changed, 14 insertions, 2 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index d5a25d628ff6..0d4012f32fdd 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -6,9 +6,10 @@ # PORTNAME= sopwith -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.4 CATEGORIES= games MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= A classic WW1 biplane game diff --git a/games/sopwith/files/patch-src_Makefile.in b/games/sopwith/files/patch-src_Makefile.in new file mode 100644 index 000000000000..f1a67eb7744b --- /dev/null +++ b/games/sopwith/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2010-10-18 14:16:31.000000000 +1100 ++++ src/Makefile.in 2010-10-18 14:17:21.000000000 +1100 +@@ -81,7 +81,7 @@ + bin_PROGRAMS = @SOPWITH_BINS@ + EXTRA_PROGRAMS = sopwith gtksopwith psopwith + +-CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ++CFLAGS = @CFLAGS@ -I.. -I/usr/include/SDL ${SDL_CFLAGS} + + COMMON_SRC = video.h swcollsn.c swgames.h swmain.h swutil.h font.h swcollsn.h swground.c swmisc.c tcpcomm.c pcsound.h swconf.c swground.h swmisc.h swsound.c tcpcomm.h std.h swconf.h swgrpha.c swmove.c swsound.h timer.h sw.h swdisp.c swgrpha.h swmove.h swsymbol.c swasynio.c swdisp.h swinit.c swsymbol.h swasynio.h swend.c swinit.h swtitle.c swauto.c swend.h swobject.c swtitle.h swauto.h swgames.c swmain.c swobject.h swutil.c video.c + diff --git a/games/sopwith/pkg-plist b/games/sopwith/pkg-plist index a1f4b847eb07..0810d26f98da 100644 --- a/games/sopwith/pkg-plist +++ b/games/sopwith/pkg-plist @@ -1,7 +1,7 @@ bin/sopwith -bin/gtksopwith share/doc/sopwith/keys.txt share/doc/sopwith/dlcvsamj.txt share/doc/sopwith/origdoc.txt share/doc/sopwith/readme.txt @dirrm share/doc/sopwith +@dirrm etc/man.d |