blob: 03e4630e9103644d14cfff80ecb331fc8814edd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: kamikaze
# Date created: 06 August 2005
# Whom: Josef Spillner <spillner@kde.org>
#
# $FreeBSD$
PORTNAME= kamikaze
PORTVERSION= 0.2.1
CATEGORIES= games kde
MASTER_SITES= http://kamikaze.coolprojects.org/download/
MAINTAINER= spillner@kde.org
COMMENT= Multiplayer bomberman-style game for KDE
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-server
.include <bsd.port.mk>
|