mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
0aaaa89d83
rid of all the bubbles in the window as fast as possible. You can create your own leves. PR: 16858 Submitted by: Will Andrews <andrews@technologist.com>
21 lines
449 B
Makefile
21 lines
449 B
Makefile
# 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.mk>
|