23 lines
546 B
Makefile
23 lines
546 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kanagram
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Letter order game for KDE 4
|
|
|
|
CONFLICTS= kdeedu-4.[0-6].*
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4
|
|
USES= cmake:outsource
|
|
USE_QT4= xml corelib declarative gui opengl script xml \
|
|
moc_build qmake_build rcc_build uic_build
|
|
USE_XZ= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|