2000-09-25 09:09:11 +02:00
|
|
|
# New ports collection makefile for: clanbomber
|
|
|
|
# Date created: 10 May 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-11-01 16:51:11 +01:00
|
|
|
PORTNAME= clanbomber
|
2001-09-27 16:52:41 +02:00
|
|
|
PORTVERSION= 1.01a
|
2003-10-31 23:54:57 +01:00
|
|
|
PORTREVISION= 1
|
2000-11-01 16:51:11 +01:00
|
|
|
CATEGORIES= games
|
2001-09-27 16:52:41 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-09-25 09:09:11 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A bomberman-like multiplayer game
|
2000-09-25 09:09:11 +02:00
|
|
|
|
2003-10-31 23:54:57 +01:00
|
|
|
LIB_DEPENDS= clanCore-0.7.0:${PORTSDIR}/devel/clanlib
|
2000-09-25 09:09:11 +02:00
|
|
|
|
2000-11-01 16:51:11 +01:00
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-03-29 18:35:19 +02:00
|
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \
|
2000-11-01 16:51:11 +01:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
CFLAGS+= -fpermissive
|
2000-09-25 09:09:11 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
2003-05-18 11:55:25 +02:00
|
|
|
.include <bsd.port.post.mk>
|