openbsd-ports/x11/kde4/kgeography/Makefile
zhuk ec01ef43b6 KGeography is a geography learning tool, which allows you to learn
about the political divisions of some countries (divisions, capitals
of those divisions and their associated flags if there are some).

It is part of the KDE Education Project.
2013-04-24 12:02:13 +00:00

11 lines
297 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:02:13 zhuk Exp $
COMMENT = geography learning tool for KDE
DISTNAME = kgeography-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui
.include <bsd.port.mk>