aboutsummaryrefslogtreecommitdiff
path: root/games/thevalley
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-26 14:06:08 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-26 14:06:08 +0000
commit216b5a285fdcc1456a307fcc60f3507c20d613eb (patch)
treed0c8617b772b8f0a175d436d938b8d844590b41f /games/thevalley
parentb829518a7d432b7cc2546fde7f032238d1db13dc (diff)
Notes
Diffstat (limited to 'games/thevalley')
-rw-r--r--games/thevalley/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile
index 4bd516f23d12..2f53dfa73fff 100644
--- a/games/thevalley/Makefile
+++ b/games/thevalley/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thevalley
PORTVERSION= 0.98
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://www.autismuk.freeserve.co.uk/
DISTNAME= valley-${PORTVERSION}
@@ -11,21 +11,14 @@ DISTNAME= valley-${PORTVERSION}
MAINTAINER= edwin@mavetju.org
COMMENT= The Valley is a rewrite of an old RPG from the early 1980s
-USE_AUTOTOOLS= libtoolize
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_SDL= sdl
USES= libtool perl5
USE_PERL5= build
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-CXXFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
+CXXFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib -lm
PLIST_FILES= bin/valley
-post-configure:
- ${REINPLACE_CMD} \
- -e 's,^LIBTOOL =.*,LIBTOOL= $$(SHELL) ${LIBTOOL} --silent,' \
- -e 's,^transform =.*,transform = s\,^\,\,,' \
- ${WRKSRC}/valley/Makefile
-
.include <bsd.port.mk>