aboutsummaryrefslogtreecommitdiff
path: root/x11/yakuake-kde4/Makefile
blob: d50ba62e5d01c36f0ea31f48a03ea1201cac0d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Shane Bell <decept0@gmail.com>
# $FreeBSD$

PORTNAME=	yakuake
PORTVERSION=	2.9.9
PORTREVISION=	3
CATEGORIES=	x11 kde
MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
PKGNAMESUFFIX=	-kde4

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Drop-down terminal emulator for KDE

LICENSE=	GPLv2

USES=		cmake gettext tar:xz
USE_KDE4=	automoc4 kdelibs kdeprefix
USE_QT4=	qmake_build moc_build rcc_build uic_build
INSTALLS_ICONS=	yes

PLIST_SUB=	VERSION="${PORTVERSION}"

.include <bsd.port.mk>