Add ruby-qt2sound, Qt2 sound extension for Ruby.
This commit is contained in:
parent
34d9284dd3
commit
395b2d6a6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46685
5 changed files with 42 additions and 0 deletions
|
@ -164,6 +164,7 @@
|
|||
SUBDIR += rsynth
|
||||
SUBDIR += ruby-audiofile
|
||||
SUBDIR += ruby-mp3tag
|
||||
SUBDIR += ruby-qt2sound
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sbagen
|
||||
SUBDIR += sdl_mixer
|
||||
|
|
35
audio/ruby-qt2sound/Makefile
Normal file
35
audio/ruby-qt2sound/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# New ports collection makefile for: Ruby-qt2sound
|
||||
# Date created: 13 March 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qt2sound
|
||||
PORTVERSION= ${RUBY_QT2_PORTVERSION}
|
||||
PORTREVISION= ${RUBY_QT2_PORTREVISION}
|
||||
CATEGORIES= audio x11-toolkits ruby
|
||||
MASTER_SITES= ${RUBY_QT2_MASTER_SITES}
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ${RUBY_QT2_DISTNAME}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../x11-toolkits/ruby-qt2/Makefile.common"
|
||||
|
||||
WRKSRC= ${RUBY_QT2_WRKSRC}/modules/sound
|
||||
CONFIGURE_ARGS= ${RUBY_QT2_CONFIGURE_ARGS}
|
||||
MAKE_ARGS= LOCAL_LIBS=-lgcc
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
audio/ruby-qt2sound/pkg-comment
Normal file
1
audio/ruby-qt2sound/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Qt2 sound extension for Ruby
|
4
audio/ruby-qt2sound/pkg-descr
Normal file
4
audio/ruby-qt2sound/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a Qt2 sound extension for Ruby.
|
||||
|
||||
Author: Nobuyuki Horie <horie@smail.u-shizuoka-ken.ac.jp>
|
||||
WWW: http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/index.html
|
1
audio/ruby-qt2sound/pkg-plist
Normal file
1
audio/ruby-qt2sound/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/qt2sound.so
|
Loading…
Reference in a new issue