mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
24 lines
498 B
Makefile
24 lines
498 B
Makefile
# Created by: Shane Bell <decept0@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yakuake
|
|
PORTVERSION= 2.9.9
|
|
PORTREVISION= 4
|
|
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>
|