openbsd-ports/x11/kde4/katomic/Makefile
zhuk 8985aa4b54 Katomic is both fun and educational game built around molecular
geometry. It employs simplistic two-dimensional looks at different
chemical elements.
2013-04-24 11:53:55 +00:00

17 lines
453 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:53:55 zhuk Exp $
COMMENT = molecular geometry educational game for KDE
DISTNAME = katomic-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/knewstuff3
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>