mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
29 lines
732 B
Makefile
29 lines
732 B
Makefile
# New ports collection makefile for: musicextras
|
|
# Date created: 2004-12-18
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= musicextras
|
|
PORTVERSION= 0.6.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio ruby
|
|
MASTER_SITES= http://www.divineinvasion.net/musicextras/
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Automatically retrieving extra information for songs
|
|
|
|
RUN_DEPENDS= ${RUBY_SITELIBDIR}/mp3info.rb:${PORTSDIR}/audio/ruby-mp3info \
|
|
${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
|
|
${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_SETUP= yes
|
|
USE_RUBY_FEATURES= iconv
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.mk>
|