1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/games/khangman/Makefile

20 lines
459 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= khangman
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= games kde
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Hangman game for KDE 4
USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4
USES= cmake:outsource
USE_QT4= corelib declarative gui opengl script xml \
moc_build qmake_build rcc_build uic_build
USE_XZ= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>