summaryrefslogtreecommitdiffstats
path: root/x11/konsole/Makefile
blob: 4a3b6b8ffb053d8556338d166ee02d6a961b5db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection Makefile for:	konsole
# Date created:				30 July 2011
# Whom:					Alberto Villa <avilla@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=	konsole
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	1
CATEGORIES=	x11 kde
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=	KDE

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE terminal emulator

CONFLICTS=	kdebase-4.[0-6].*

USE_XZ=	yes
USE_KDE4=	kdelibs kdeprefix kdehier automoc4 libkonq
KDE4_BUILDENV=	yes
USE_QT4=	xml moc_build qmake_build rcc_build uic_build
USE_XORG=	x11 xrender
CMAKE_ARGS+=	-DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib"
MAKE_JOBS_SAFE=	yes

.include <bsd.port.mk>
OpenPOWER on IntegriCloud