openbsd-ports/x11/kde4/khangman/Makefile
zhuk f4cfc4d993 KHangMan is the classical hangman game. The child should guess a
word letter by letter. At each miss, the picture of a hangman
appears. After 10 tries, if the word is not guessed, the game is
over and the answer is displayed.  A hint can be shown to help you
guess the word.

The words are nouns and available in several languages at the moment
including English US, Bulgarian, Catalan, Czech, Danish, German,
Greek, British English, Spanish, Estonian, Finnish, French, Irish
(Gaelic), Hungarian, Italian, Norwegian (Bokml), Dutch, Norwegian
(Nynorsk), Occitan, Punjabi, Polish, Portuguese, Brazilian Portuguese,
Russian, Slovenian, Serbian, Slovak, Swedish, Tajik, Turkish and
Ukrainian. The program will detect which languages are present and
enable them. You will also be able to easily download other languages
via the Get New Stuff dialog.

There are at least 4 categories per language: easy, medium, hard
and animals which contains only animals nouns.
2013-04-24 12:04:31 +00:00

22 lines
577 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:04:31 zhuk Exp $
COMMENT = KDE hangman game
DISTNAME = khangman-${MODKDE4_VERSION}
SHARED_LIBS = khangmanengine 0.0
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg lib/qt4/QtXml
WANTLIB += lib/qt4/QtNetwork
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/knewstuff3
WANTLIB += ${KDE4LIB}/keduvocdocument
MODULES = multimedia/phonon
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/libkdeedu>=${MODKDE4_DEP_VERSION}
.include <bsd.port.mk>