summaryrefslogtreecommitdiff
path: root/games/xbubble/Makefile
blob: f0a8b52f628919904ed9bf6bff9e7311aa3d691e (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
24
25
26
27
# New ports collection makefile for:   xbubble
# Date created:        2002-11-03
# Whom:                Klaus Goger <klaus.goger@reflex.at>
#
# $FreeBSD$

PORTNAME=		xbubble
PORTVERSION=		0.2
CATEGORIES=		games
MASTER_SITES=		${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=		klaus.goger@reflex.at
COMMENT=	Bust-A-Move/Puzzle Bubble clone

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

MAN6=			xbubble.6

USE_X_PREFIX=		Yes
GNU_CONFIGURE=		Yes
USE_GMAKE=		Yes

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

.include <bsd.port.mk>