freebsd-ports/deskutils/plasma-applet-teacooker/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

23 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= teacooker
PORTVERSION= 0.3.0
PORTREVISION= 11
CATEGORIES= deskutils kde
MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/
PKGNAMEPREFIX= plasma-applet-
DISTNAME= 85564-TeaCooker
MAINTAINER= jhale@FreeBSD.org
COMMENT= KDE4 tea cooker plasma applet
LICENSE= GPLv3
USES= cmake
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= gui dbus network opengl svg webkit xml \
qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/TeaCooker
.include <bsd.port.mk>