1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/audio/ruby-xmms2-ecore/Makefile
Ion-Mihai Tetcu e5c1eab35c Update to 0.2DrEvil
PR:		ports/99866
Submitted by:	maintainer
2006-07-07 18:24:51 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: ruby-xmms2-ecore
# Date created: 23 Jun 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
CATEGORIES= audio ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
PKGNAMESUFFIX= -ecore
MAINTAINER= alex@foxybanana.com
COMMENT= Ruby ecore mainloop bindings for XMMS2
BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2
LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore
MASTERDIR= ${.CURDIR}/../xmms2
USE_RUBY= yes
USE_GNOME= glib20
USE_LDCONFIG= yes
PLIST= ${.CURDIR}/pkg-plist
SCONS_TARGET= src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
src/clients/lib/ruby/xmmsclient_ecore.so
XMMS2_SLAVE= ruby-ecore
do-install:
@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
src/clients/lib/ruby/xmmsclient_ecore.so \
${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so
@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
${PREFIX}/lib/libxmmsclient-ecore.so
@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.a \
${PREFIX}/lib/libxmmsclient-ecore.a
.include "${MASTERDIR}/Makefile"