mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
1a1bc1d2d2
PR: 84804 Submitted by: Josef Spillner <2005@kuarepoti-dju.net>
21 lines
452 B
Makefile
21 lines
452 B
Makefile
# 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>
|