mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
5a91ceaf33
Official announcement: http://kde.org/announcements/announce-4.8.4.php
27 lines
601 B
Makefile
27 lines
601 B
Makefile
# New ports collection Makefile for: kanagram
|
|
# Date created: 6 September 2011
|
|
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kanagram
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= games kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Letter order game for KDE 4
|
|
|
|
CONFLICTS= kdeedu-4.[0-6].*
|
|
|
|
USE_KDE4= kdehier kdelibs kdeprefix libkdeedu automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_QT4= xml moc_build qmake_build rcc_build uic_build
|
|
USE_XZ= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|