aboutsummaryrefslogtreecommitdiff
path: root/games/kbubbles/Makefile
blob: 72f6cebc5c71d5093d96495c5f61739e2634f9e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	kbubbles
# Version required:	0.8.6
# Date created:		15 Feb 2000
# Whom:			Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

DISTNAME=	kbubbles-0.8.6
CATEGORIES=	games
MASTER_SITES=	http://hem.passagen.se/tonybj/kbubbles/

MAINTAINER=	will@FreeBSD.org

BUILD_DEPENDS=	${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext
LIB_DEPENDS=	QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 \
		kdecore.3:${PORTSDIR}/x11/kdelibs11

USE_LIBTOOL=	yes
USE_QT=		yes

.include <bsd.port.mk>