mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d8986754ee
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>
38 lines
884 B
Makefile
38 lines
884 B
Makefile
# New ports collection makefile for: clanbomber
|
|
# Date created: 10 May 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clanbomber
|
|
PORTVERSION= 1.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A bomberman-like multiplayer game
|
|
|
|
LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib
|
|
|
|
BROKEN= Does not compile with the newer clanCore
|
|
|
|
USE_XLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
|
CFLAGS+= -fpermissive
|
|
USE_DISPLAY= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
|
|
${WRKSRC}/clanbomber/Resources.cpp
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g' \
|
|
${WRKSRC}/clanbomber/ClanBomber.cpp
|
|
|
|
.include <bsd.port.mk>
|