38 lines
809 B
Makefile
38 lines
809 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= playwolf
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Amarok 2.x plasma applet for KDE4
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
.for i in ${ADD_NEWLINE_TO}
|
|
${ECHO_CMD} >> ${WRKSRC}/${i}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|