aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ruby-smf/Makefile
blob: c49806a9c0bed10b3855f2a07e69f77ab9d3c75d (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
# New ports collection makefile for:    Ruby-smf
# Date created:     31 March 2002
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   smf
PORTVERSION=    0.14.2
CATEGORIES= audio ruby
MASTER_SITES=   http://www.funaba.org/archive/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= knu@FreeBSD.org
COMMENT=    Ruby module to handle Standard MIDI Files

USE_RUBY=   yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb

DOCS_EN=    MANUAL.en MANUAL.en.html MANUAL.en.rd README.en
DOCS_JA=    MANUAL MANUAL.html MANUAL.rd README
EXAMPLES_EN=    sample/*

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES_EN}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
    ${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in ${DOCS_EN}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${DOCS_JA}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif

.include <bsd.port.mk>