a26611ee02
Moovida is an open source cross-platform media center solution designed to be simple for people not particularly familiar with computers. With Moovida you can enjoy: - Watch your pictures with previews and nicely animated slideshows. - Watch your movies and video clips as well as online ones. - Manage your music collection by artists or albums covers. - Moovida finds automatically medias on your network, from network drives, Windows Mediaplayer, using Coherence uPNP framework. Work done entirely at p2k9, horray for Budapest! forcedly looked over by & ok ajacoutot@ (core/ subdir is coming afterwards..)
14 lines
362 B
Makefile
14 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 15:41:55 landry Exp $
|
|
|
|
COMMENT = Moovida media center - bad plugins
|
|
DISTNAME = moovida-plugins-bad-${VERSION}
|
|
|
|
BUILD_DEPENDS += ::multimedia/moovida/core
|
|
|
|
#workaround weird infinite loop
|
|
do-install:
|
|
${_MODPY_CMD} ${MODPY_DISTUTILS_INSTALL} ${MODPY_DISTUTILS_INSTALLARGS}
|
|
rm -Rf ${WRKSRC}/build
|
|
|
|
.include <bsd.port.mk>
|