summaryrefslogtreecommitdiff
path: root/games/penguin-command/Makefile
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2002-06-04 11:08:23 +0000
committerMark Pulford <markp@FreeBSD.org>2002-06-04 11:08:23 +0000
commitcc7a2f1e500e9ec576f00486d496875add48538e (patch)
tree36ece9e0a05d37638f95df419383725739ca96c2 /games/penguin-command/Makefile
parentAdd new cpp uno bridge for STABLE. Make the necessary hooks and also add (diff)
Update to 1.6.5.
Notes
Notes: svn path=/head/; revision=60585
Diffstat (limited to 'games/penguin-command/Makefile')
-rw-r--r--games/penguin-command/Makefile8
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: