60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
38 lines
791 B
Makefile
38 lines
791 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= playwolf
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= 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>
|