diff options
Diffstat (limited to 'deskutils/plasma-applet-playwolf/Makefile')
-rw-r--r-- | deskutils/plasma-applet-playwolf/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/deskutils/plasma-applet-playwolf/Makefile b/deskutils/plasma-applet-playwolf/Makefile deleted file mode 100644 index 4f4f2d9567de..000000000000 --- a/deskutils/plasma-applet-playwolf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# $FreeBSD$ - -PORTNAME= playwolf -PORTVERSION= 0.8.1 -PORTREVISION= 7 -CATEGORIES= deskutils kde -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= plasma-applet- - -MAINTAINER= jhale@FreeBSD.org -COMMENT= Amarok 2.x plasma applet for KDE4 - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= cmake kde:4 tar:bzip2 -USE_KDE= automoc4 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> |