8503536d38
Approved by: portmgr (kris)
21 lines
455 B
Makefile
21 lines
455 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
|
|
USE_AUTOTOOLS= libtool:15
|
|
CONFIGURE_ARGS= --disable-server
|
|
|
|
.include <bsd.port.mk>
|