diff options
Diffstat (limited to 'games/kbubbles/Makefile')
-rw-r--r-- | games/kbubbles/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games/kbubbles/Makefile b/games/kbubbles/Makefile deleted file mode 100644 index 6b841831ebe3..000000000000 --- a/games/kbubbles/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: kbubbles -# Date created: 15 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= kbubbles -PORTVERSION= 0.8.6 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://ftp.kde.com/Games/Other/KBubbles/ - -MAINTAINER= znerd@FreeBSD.org - -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS= QwSpriteField.7:${PORTSDIR}/converters/kdesupport11 - -USE_KDELIBS_VER=1 -USE_LIBTOOL= yes - -.include <bsd.port.mk> |