freebsd-ports/www/xpi-deezeronwooztalk/Makefile
Martin Wilke d9e813dc0c WoozTalk is a new innovative and free Internet service that let you see and
chat with anyone else visiting the same website, listening to the same music,
or watching the same video at the same time as you!

Thanks to this plugin, you can see and chat with people who are currently
listening to the same music as you on Deezer.

Please install it thanks to the WoozTalk port in net-im/wooztalk

WWW:	http://www.wooztalk.com

PR:		ports/132871
Submitted by:	David <tech at wooztalk.com>
2009-03-22 11:13:23 +00:00

42 lines
1.3 KiB
Makefile

# New ports collection makefile for: xpi-deezeronwooztalk
# Date created: 2009-03-09
# Whom: David <tech@wooztalk.com>
#
# $FreeBSD$
#
PORTNAME= deezeronwooztalk
PORTVERSION= 0.9.9
CATEGORIES= www
MASTER_SITES= http://www.wooztalk.com/download/
DISTNAME= deezeronwooztalk-freebsd
MAINTAINER= tech@wooztalk.com
COMMENT= Meet your World Wide Web neighbors on Deezer
XPI_ID= deezeronwooztalk@wooztalk.com
XPI_FILES= chrome.manifest install.rdf chrome/content/deezer.png \
chrome/content/overlay.xul chrome/content/overlay.js \
install/libdeezer.so install/deezer.png install/deezer_dis.png
XPI_DIRS= chrome/content chrome install
.include "../xpi-adblock/Makefile.xpi"
USE_LDCONFIG+= ${PREFIX}/share/wooztalk/plugins/deezer/
PLIST_FILES+= share/wooztalk/plugins/deezer/libdeezer.so share/wooztalk/plugins/deezer/deezer.png \
share/wooztalk/plugins/deezer/deezer_dis.png
PLIST_FILES+= "@dirrm share/wooztalk/plugins/deezer"
PLIST_FILES+= "@dirrmtry share/wooztalk/plugins"
PLIST_FILES+= "@dirrmtry share/wooztalk/"
.include <bsd.port.pre.mk>
post-install:
@${MKDIR} ${PREFIX}/share/wooztalk
@${MKDIR} ${PREFIX}/share/wooztalk/plugins
@${MKDIR} ${PREFIX}/share/wooztalk/plugins/deezer
@${INSTALL_DATA} ${WRKSRC}/install/* ${PREFIX}/share/wooztalk/plugins/deezer
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>