1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/audio/ruby-ogginfo/Makefile
Philip M. Gollucci b0f16becef - Convert to RF macro
With Hat:   ruby@
2010-06-07 20:48:42 +00:00

33 lines
698 B
Makefile

# New ports collection makefile for: Ruby/ogginfo
# Date created: 29 June 2004
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ogginfo
PORTVERSION= 0.1
CATEGORIES= audio ruby
MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby-${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTFILES= ${PORTNAME}.rb
DIST_SUBDIR= ruby/ogginfo-0.1
EXTRACT_ONLY= # none
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby library to access to information on ogg files
USE_RUBY= yes
USE_RUBY_FEATURES= iconv
NO_BUILD= yes
post-extract:
${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR}/ogginfo.rb
do-install:
${INSTALL_DATA} ${WRKDIR}/ogginfo.rb ${RUBY_SITELIBDIR}/
.include <bsd.port.mk>