blob: 406e494a17633009c69c156b9af1606ae0e494a9 (
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
|
# 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= andrews@technologist.com
BUILD_DEPENDS= ${LOCALBASE}/include/QwSpriteField.h:${PORTSDIR}/converters/kdesupport11
GNU_CONFIGURE= yes
USE_QT= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400004
BROKEN= "Requires NEWGCC-compiled KDE libs"
.endif
.include <bsd.port.post.mk>
|