blob: 54498a52030114bed5e47edabb8862473c24e5e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: kbubbles
# Date created: 15 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= kbubbles
PORTVERSION= 0.8.6
CATEGORIES= games
MASTER_SITES= http://ftp.kde.com/Games/Other/KBubbles/
MAINTAINER= znerd@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext-old
LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11
USE_KDELIBS_VER=1
USE_LIBTOOL= yes
.include <bsd.port.mk>
|