aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ruby-musicbrainz/Makefile
blob: 9ebb7002a1373b4408a2f37b55e8fbd04b2f55e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    MB-Ruby
# Date created:     23 March 2003
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   musicbrainz
PORTVERSION=    0.1.0
PORTREVISION=   2
CATEGORIES= audio ruby
MASTER_SITES=   http://www.pablotron.org/download/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   mb-ruby-${PORTVERSION}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
COMMENT=    MusicBrainz bindings for Ruby

LIB_DEPENDS=    musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

RUBY_SHEBANG_FILES= ${WRKSRC}/examples/*.rb

INSTALL_TARGET= site-install

DOCS=       COPYING ChangeLog README TODO doc

IGNORE= "Distfile needs to be updated for new libmusicbrainz"

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODEXAMPLESDIR}
    ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
    ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
    ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif

.include <bsd.port.mk>