a4deae8088
- 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]
33 lines
765 B
Makefile
33 lines
765 B
Makefile
# New ports collection makefile for: java-xmms2
|
|
# Date created: 18 Mar 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio java
|
|
PKGNAMEPREFIX= java-
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= Java Bindings for XMMS2
|
|
|
|
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig13 \
|
|
${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms2
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.4+
|
|
|
|
USE_LDCONFIG= yes
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
SCONS_BUILDENV= JAVA_HOME=${JAVA_HOME}
|
|
SCONS_TARGET= src/clients/lib/java
|
|
|
|
BROKEN= Requires Java 1.6 and are no longer included with xmms2
|
|
XMMS2_SLAVE= java
|
|
|
|
.include "${MASTERDIR}/Makefile"
|