freebsd-ports/audio/ruby-shout/Makefile
2003-10-28 02:50:35 +00:00

42 lines
904 B
Makefile

# 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
BROKEN= Does not compile
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>