freebsd-ports/games/kamikaze/Makefile

27 lines
543 B
Makefile
Raw Normal View History

# New ports collection makefile for: kamikaze
# Date created: 06 August 2005
# Whom: Josef Spillner <spillner@kde.org>
#
# $FreeBSD$
PORTNAME= kamikaze
2011-09-02 03:03:37 +02:00
PORTVERSION= 0.2.2
CATEGORIES= games kde
MASTER_SITES= http://kamikaze.coolprojects.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplayer bomberman-style game for KDE
2011-09-02 03:03:37 +02:00
LICENSE= GPLv2
USE_KDELIBS_VER=3
USE_GMAKE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-server
2011-09-02 03:03:37 +02:00
INSTALLS_ICONS= yes
USE_GETTEXT= yes
MAN6= kamikaze.6 kamikaze-editor.6
.include <bsd.port.mk>