1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/kamikaze/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

31 lines
627 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.2
PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= http://kamikaze.coolprojects.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplayer bomberman-style game for KDE
LICENSE= GPLv2
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-server
INSTALLS_ICONS= yes
USES= gettext
MAN6= kamikaze.6 kamikaze-editor.6
.include <bsd.port.mk>