summaryrefslogtreecommitdiff
path: root/audio/ruby-shout/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-08-10 10:36:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-08-10 10:36:27 +0000
commitd2ebd305b2c8f074b87cb23ba3a27fbeb41b50d1 (patch)
treeba44ed2a0d0711b1035ca520d8eecdcb59c3ebc7 /audio/ruby-shout/Makefile
parentUpdate to 0.2.4. (diff)
Add ruby-shout, a Ruby binding to the libshout library.
Notes
Notes: svn path=/head/; revision=86712
Diffstat (limited to 'audio/ruby-shout/Makefile')
-rw-r--r--audio/ruby-shout/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile
new file mode 100644
index 000000000000..b395f7eee663
--- /dev/null
+++ b/audio/ruby-shout/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: ruby-shout
+# Date created: 10 August 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= shout
+PORTVERSION= 2.0
+CATEGORIES= audio ruby
+MASTER_SITES= http://www.dingoskidneys.com/~jaredj/downloads/
+MASTER_SITE_SUBDIR= ruby-${PORTNAME}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby binding to the libshout library
+
+LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2
+
+USE_RUBY= yes
+USE_RUBY_EXTCONF= yes
+
+INSTALL_TARGET= site-install
+
+DOCS= README doc
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/example.rb ${RUBY_MODEXAMPLESDIR}/
+ ${MKDIR} ${RUBY_MODDOCDIR}
+.for f in ${DOCS}
+ ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>