freebsd-ports/audio/esperanza/Makefile
Alexander Botero-Lowry a4deae8088 - Update XMMS2 to DrJekyll
- Update Esperanza to 0.3
 - Update xmms2-scrobbler to 0.1.3
 - Update gx2osd to 0.2
 - Mark ports which have not been updated to the refactored playlist api BROKEN:
     azrael, euphoria[1], gxmms2, nyello, shellac, snett
 - Mark BROKEN bindings which have been removed or fail to configure:
     java, ruby-ecore

 XMMS2 has gone through some very big changes including the introduction of a new
 mechanism for managing music which treats the media library as a DAG, more details
 about all the changes can be found at:
   http://wiki.xmms2.xmms.se/index.php/Release:DrJekyll

Approved by:	stas [1]
2007-05-27 22:58:34 +00:00

30 lines
756 B
Makefile

# Ports collection makefile for: esperanza
# Date created: 23 Feb 2007
# Whom: Alexander Botero-Lowry <alexbl@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= esperanza
PORTVERSION= 0.3
CATEGORIES= audio
MASTER_SITES= http://xmms2.xmms.se/~tru/esperanza/0.3/
MAINTAINER= alexbl@FreeBSD.org
COMMENT= Advanced QT4 XMMS2 client
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2
RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.1:${PORTSDIR}/audio/cpp-xmms2
USE_QT_VER= 4
QT_COMPONENTS= gui moc qmake rcc uic xml network imageformats
HAS_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= bin/esperanza
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${QMAKE} -unix PREFIX=${PREFIX} esperanza.pro
.include <bsd.port.mk>