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

38 lines
806 B
Makefile

# $FreeBSD$
PORTNAME= playwolf
PORTVERSION= 0.8.1
PORTREVISION= 6
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= plasma-applet-
MAINTAINER= jhale@FreeBSD.org
COMMENT= Amarok 2.x plasma applet for KDE4
LICENSE= GPLv2
USES= cmake tar:bzip2
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= gui dbus network opengl phonon svg webkit xml xmlpatterns \
qmake_build moc_build rcc_build uic_build
PLIST_FILES= lib/kde4/plasma_applet_playwolf.so \
share/kde4/services/plasma-applet-playwolf.desktop
WRKSRC= ${WRKDIR}/${PORTNAME}
ADD_NEWLINE_TO= flowlayout.cpp \
flowlayout.h \
lyricswidget.cpp \
playwolf.cpp \
playwolf.h \
wolfbuttons.cpp \
wolflabel.h
post-patch:
.for i in ${ADD_NEWLINE_TO}
${ECHO_CMD} >> ${WRKSRC}/${i}
.endfor
.include <bsd.port.mk>