summaryrefslogtreecommitdiff
path: root/games/xbubble/Makefile
blob: 64db594bc3e33bc25dc8f72e42c104a14c8f9906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   xbubble
# Date created:        2002-11-03
# Whom:                Klaus Goger <klaus.goger@reflex.at>
#
# $FreeBSD$

PORTNAME=	xbubble
PORTVERSION=	0.5.8
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=	distfiles

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Puzzle Bobble clone for Unix/X11 platforms

LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png

MAN6=		xbubble.6

USE_XORG=	x11 xmu
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GETTEXT=	yes

CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/libpng" \
		LDFLAGS="-L${LOCALBASE}/lib -lintl"

.include <bsd.port.mk>