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/Makefile | |
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/Makefile')
-rw-r--r-- | games/penguin-command/Makefile | 8 |
1 files changed, 5 insertions, 3 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: |