aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ruby-smf/Makefile
blob: 84c13d268f47de679d9d99304a674a5430bd4ce5 (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.3
CATEGORIES= audio ruby
MASTER_SITES=   http://www.funaba.org/archive/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= ports@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>
071eea324430d95c73c12'>- Update to 1.0.2vsevolod2015-02-063-5/+12 * - Update libsodium to 1.0.1vsevolod2014-11-243-4/+4 * - Update to 1.0.0vsevolod2014-10-123-6/+6 * - Upgrade to 0.7.1.vsevolod2014-09-233-5/+4 * - Fix plist issuesvsevolod2014-08-282-1/+3 * - Update libsodium to 0.7.0vsevolod2014-08-273-16/+22 * Reset maintainership, the maintainer has no time for itbapt2014-08-271-1/+1 * - Convert security/libsodium to USES=libtool and bump dependent portstijl2014-07-072-10/+8 * - Update from 0.4.3 to 0.4.5danilo2013-10-253-11/+11 * - Update from 0.4.2 to 0.4.3danilo2013-10-113-13/+16 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update to 0.4.2madpilot2013-07-133-4/+4 * - Do not install COPYING, LICENSE is already defined [1]wg2013-05-211-2/+2 * - Update to 0.4.1wg2013-05-203-8/+9 * - Update to 0.4madpilot2013-04-273-4/+24