96207ae01d
by the work of the Clanbomber clone.
16 lines
397 B
Makefile
16 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:34:17 zhuk Exp $
|
|
|
|
COMMENT = bomberman clone game for KDE
|
|
DISTNAME = granatier-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/knewstuff3
|
|
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|