aboutsummaryrefslogtreecommitdiff
path: root/games/kanagram-kde4/Makefile
blob: 12fa8a6edb5d7aa612cdc9f67915392dca570cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	kanagram
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	3
CATEGORIES=	games kde kde-kde4

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Letter order game for KDE 4

USES=		cmake:outsource kde:4 tar:xz
USE_KDE=	kdelibs libkeduvocdocument automoc4
USE_QT4=	xml corelib declarative gui opengl script xml \
		moc_build qmake_build rcc_build uic_build

.include <bsd.port.mk>