aboutsummaryrefslogtreecommitdiffstats
path: root/games/pairs/Makefile
blob: a655f6bab0d73b40c98b476bc3589d3162c34e8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
# $FreeBSD$

PORTNAME=   pairs
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= games kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Memory and pairs game for KDE

LICENSE=    GPLv2

USES=       cmake:outsource
USE_KDE4=   kdehier kdelibs kdeprefix automoc4
USE_QT4=    declarative opengl phonon xmlpatterns \
        moc_build qmake_build rcc_build uic_build
USE_XZ=     yes

.include <bsd.port.mk>