mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
3b9cd7cb09
MP3/Vorbis to an icecast server with libshout. WWW: http://rubygems.org/gems/ruby-shout
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# New ports collection makefile for: rubygem-shout
|
|
# Date created: 2011-07-09
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shout
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= audio rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A Ruby binding to the libshout library
|
|
|
|
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|