diff options
author | knu <knu@FreeBSD.org> | 2001-08-23 15:30:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-23 15:30:33 +0800 |
commit | 6fc0395725f93fd2597fa11e0cf50321b1711704 (patch) | |
tree | 7224ebdcd7f0e365636e5785da1b45dea9fb62cc /audio/ruby-qt2sound | |
parent | 4e4808a6d89948b27cc4a60b3148ff819669dce3 (diff) | |
download | freebsd-ports-gnome-6fc0395725f93fd2597fa11e0cf50321b1711704.tar.gz freebsd-ports-gnome-6fc0395725f93fd2597fa11e0cf50321b1711704.tar.zst freebsd-ports-gnome-6fc0395725f93fd2597fa11e0cf50321b1711704.zip |
Add ruby-qt2sound, Qt2 sound extension for Ruby.
Diffstat (limited to 'audio/ruby-qt2sound')
-rw-r--r-- | audio/ruby-qt2sound/Makefile | 35 | ||||
-rw-r--r-- | audio/ruby-qt2sound/pkg-comment | 1 | ||||
-rw-r--r-- | audio/ruby-qt2sound/pkg-descr | 4 | ||||
-rw-r--r-- | audio/ruby-qt2sound/pkg-plist | 1 |
4 files changed, 41 insertions, 0 deletions
diff --git a/audio/ruby-qt2sound/Makefile b/audio/ruby-qt2sound/Makefile new file mode 100644 index 000000000000..32295e8090f7 --- /dev/null +++ b/audio/ruby-qt2sound/Makefile @@ -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> diff --git a/audio/ruby-qt2sound/pkg-comment b/audio/ruby-qt2sound/pkg-comment new file mode 100644 index 000000000000..1078e8ea7d7a --- /dev/null +++ b/audio/ruby-qt2sound/pkg-comment @@ -0,0 +1 @@ +Qt2 sound extension for Ruby diff --git a/audio/ruby-qt2sound/pkg-descr b/audio/ruby-qt2sound/pkg-descr new file mode 100644 index 000000000000..28c99aef97d1 --- /dev/null +++ b/audio/ruby-qt2sound/pkg-descr @@ -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 diff --git a/audio/ruby-qt2sound/pkg-plist b/audio/ruby-qt2sound/pkg-plist new file mode 100644 index 000000000000..412e4abe2ec1 --- /dev/null +++ b/audio/ruby-qt2sound/pkg-plist @@ -0,0 +1 @@ +%%RUBY_SITEARCHLIBDIR%%/qt2sound.so |