summaryrefslogtreecommitdiff
path: root/games/clanbomber/Makefile
blob: 3380b73e4212da6d3a99ea214023b72f39bbf9a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	clanbomber
# Date created:				10 May 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	clanbomber
PORTVERSION=	1.01
CATEGORIES=	games
MASTER_SITES=	http://www.clanbomber.de/files/

MAINTAINER=	sobomax@FreeBSD.org

LIB_DEPENDS=	clanCore.0:${PORTSDIR}/devel/clanlib

USE_XLIB=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="-pthread -L${LOCALBASE}/lib" \
		CPPFLAGS="-I${LOCALBASE}/include"
CFLAGS+=	-fpermissive

.include <bsd.port.mk>