freebsd-ports/games/kamikaze/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

20 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>