ec01ef43b6
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.
11 lines
297 B
Makefile
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>
|