diff options
author | markp <markp@FreeBSD.org> | 2002-06-04 19:08:23 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-06-04 19:08:23 +0800 |
commit | 1734bfd671e5535fc8cabcee13b4fcc6340c7c66 (patch) | |
tree | 10b0328c80e90fd9cb12fba7f596d2f45c85a240 /games/penguin-command | |
parent | ff27852d318b0a0708eafe2823d5849787b30ddd (diff) | |
download | freebsd-ports-gnome-1734bfd671e5535fc8cabcee13b4fcc6340c7c66.tar.gz freebsd-ports-gnome-1734bfd671e5535fc8cabcee13b4fcc6340c7c66.tar.zst freebsd-ports-gnome-1734bfd671e5535fc8cabcee13b4fcc6340c7c66.zip |
Update to 1.6.5.
Diffstat (limited to 'games/penguin-command')
-rw-r--r-- | games/penguin-command/Makefile | 8 | ||||
-rw-r--r-- | games/penguin-command/distinfo | 2 | ||||
-rw-r--r-- | games/penguin-command/pkg-plist | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/games/penguin-command/Makefile b/games/penguin-command/Makefile index 1e11ea32841a..3d36edd093be 100644 --- a/games/penguin-command/Makefile +++ b/games/penguin-command/Makefile @@ -6,9 +6,10 @@ # PORTNAME= penguin-command -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.5 CATEGORIES= games -MASTER_SITES= http://www.linux-games.com/penguin-command/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markp@FreeBSD.org @@ -18,7 +19,8 @@ LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" MAN6= penguin-command.6 post-patch: diff --git a/games/penguin-command/distinfo b/games/penguin-command/distinfo index e43c7958849d..5010e0bec118 100644 --- a/games/penguin-command/distinfo +++ b/games/penguin-command/distinfo @@ -1 +1 @@ -MD5 (penguin-command-1.6.2.tar.gz) = 8d2de93a12fcd2e4d39b9409c2ee7c4d +MD5 (penguin-command-1.6.5.tar.gz) = efa790b662d0f8c1087d1686818b2240 diff --git a/games/penguin-command/pkg-plist b/games/penguin-command/pkg-plist index 45c2c0fd039b..85d8ebf2a2be 100644 --- a/games/penguin-command/pkg-plist +++ b/games/penguin-command/pkg-plist @@ -10,7 +10,7 @@ share/penguin-command/gfx/bomb8.png share/penguin-command/gfx/cannon2.png share/penguin-command/gfx/cannon7.png share/penguin-command/gfx/cityhit.png -share/penguin-command/gfx/back.png +share/penguin-command/gfx/back.jpg share/penguin-command/gfx/bomb4.png share/penguin-command/gfx/bomb9.png share/penguin-command/gfx/cannon3.png @@ -21,7 +21,7 @@ share/penguin-command/gfx/bomb5.png share/penguin-command/gfx/cannon1.png share/penguin-command/gfx/cannon4.png share/penguin-command/gfx/cannon9.png -share/penguin-command/gfx/title.png +share/penguin-command/gfx/title.jpg share/penguin-command/gfx/bomb10.png share/penguin-command/gfx/bomb6.png share/penguin-command/gfx/cannon10.png |