1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11/yakuake-kde4/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

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>