diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-10 07:31:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-10 07:31:03 +0800 |
commit | f651481fa87b1f3c30e38051ff173187a6e9db5c (patch) | |
tree | 22965d1dc4e78efccbb76b660945f5e400bbacde /games/clanbomber | |
parent | 929e8506d9f4de5c66ba9a965d08ff8982ed124e (diff) | |
download | freebsd-ports-gnome-f651481fa87b1f3c30e38051ff173187a6e9db5c.tar.gz freebsd-ports-gnome-f651481fa87b1f3c30e38051ff173187a6e9db5c.tar.zst freebsd-ports-gnome-f651481fa87b1f3c30e38051ff173187a6e9db5c.zip |
[Update] devel/clanlib Update to 0.8.0
Update to 0.8.0
Take maintainership
Update games/trophy
update trophy to 1.1.4 and pass maintainership to me.
Ignore games/clanbomber
Set ignore on games/clanbomber, it will compile but not run.
PR: ports/115139, ports/115141, ports/115142
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Diffstat (limited to 'games/clanbomber')
-rw-r--r-- | games/clanbomber/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile index ec484b5b564d..27df2947aa40 100644 --- a/games/clanbomber/Makefile +++ b/games/clanbomber/Makefile @@ -15,7 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A bomberman-like multiplayer game -LIB_DEPENDS= clanCore.2:${PORTSDIR}/devel/clanlib +LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib + +BROKEN= Does not compile with the newer clanCore USE_XLIB= yes GNU_CONFIGURE= yes @@ -23,12 +25,7 @@ USE_GMAKE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" CFLAGS+= -fpermissive - -.include <bsd.port.pre.mk> - -.if !defined(DISPLAY) -IGNORE= needs an X-display to build (binary is used to create resource files) -.endif +USE_DISPLAY= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ @@ -37,4 +34,4 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g' \ ${WRKSRC}/clanbomber/ClanBomber.cpp -.include <bsd.port.post.mk> +.include <bsd.port.mk> |