freebsd-ports/audio/waheela/Makefile
Martin Wilke 48a89914cf Waheela is a fullscreen interface for Amarok 2.x allowing for basic playback
and volume control. It supports themes and can be locked using a password.

WWW: http://www.kde-apps.org/content/show.php?content=108863

PR:		ports/137648
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com>
2009-08-13 16:27:39 +00:00

32 lines
779 B
Makefile

# New ports collection makefile for: waheela
# Date created: 2009-08-10
# Whom: Jason E. Hale <bsdkaffee@gmail.com>
#
# $FreeBSD$
PORTNAME= waheela
PORTVERSION= 0.2.1
CATEGORIES= audio kde
MASTER_SITES= http://linux.wuertz.org/dists/sid/main/source/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Fullscreen mode for Amarok 2.x
RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4
USE_CMAKE= yes
USE_KDE4= automoc4 kdeprefix kdehier kdelibs
USE_QT_VER= 4
QT_COMPONENTS= gui dbus network svg xml \
qmake_build moc_build rcc_build uic_build
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e 's|/share/kde4/apps|/share/apps|g' \
${WRKSRC}/themes/*/CMakeLists.txt
.include <bsd.port.post.mk>