1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/nyello/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

31 lines
800 B
Makefile

# New ports collection makefile for: nyello
# Date created: 03 Mar 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= nyello
PORTVERSION= 0.5.0
CATEGORIES= audio
MASTER_SITES= http://sirius.cine7.net/nyello/releases/
MAINTAINER= alexbl@FreeBSD.org
COMMENT= An advanced command-line interface and shell for xmms2
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_FILES= bin/nyello
BROKEN= Not updated to the DrJekyll clientlib API
.include <bsd.port.mk>