freebsd-ports/audio/waheela/Makefile
Jason E. Hale 7a57569a17 Mark DEPRECATED and set EXPIRATION_DATE to 60 days from now.
Distfiles have disappeared and the project hasn't had any
updates in 6 years.
2016-01-07 01:46:41 +00:00

41 lines
848 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
BROKEN= unfetchable
DEPRECATED= Distfiles unavailable and no updates in 6 years
EXPIRATION_DATE= 2016-03-06
RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4
USES= cmake
USE_KDE4= automoc4 kdeprefix 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>