freebsd-ports/audio/waheela/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

37 lines
746 B
Makefile

# $FreeBSD$
PORTNAME= waheela
PORTVERSION= 0.3
PORTREVISION= 7
CATEGORIES= audio kde
MASTER_SITES= http://linux.wuertz.org/dists/sid/main/source/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Fullscreen mode for Amarok 2.x
LICENSE= GPLv2
RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4
USES= cmake
USE_KDE4= automoc4 kdeprefix kdehier kdelibs
USE_QT4= gui dbus network svg xml \
qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}
ADD_NEWLINE_TO= background.h \
dateTime.cpp \
dateTime.h \
metadata.cpp \
metadata.h \
playProgress.cpp \
playProgress.h
post-patch:
.for i in ${ADD_NEWLINE_TO}
${ECHO_CMD} >> ${WRKSRC}/src/widgets/${i}
.endfor
.include <bsd.port.mk>