- 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]
30 lines
647 B
Makefile
30 lines
647 B
Makefile
# New ports collection makefile for: azrael
|
|
# Date created: 25 Aug 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= azrael
|
|
PORTVERSION= 0.3.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= azrael
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= A GTK2 based XMMS2 client, offering a media library interface
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
|
|
PLIST_FILES=bin/azrael
|
|
|
|
BROKEN= Not updated to the DrJekyll clientlib API
|
|
|
|
.include <bsd.port.mk>
|