1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/multimedia/ruby-flvtool2/Makefile
Steve Wills e7abcc4e4e - Mark as broken with Ruby 1.9
Approved by:	portmgr
2011-07-04 17:46:12 +00:00

27 lines
546 B
Makefile

# New ports collection makefile for: ruby-flvtool2
# Date created: 2007-05-07
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= flvtool2
PORTVERSION= 1.0.6
CATEGORIES= multimedia ruby
MASTER_SITES= RUBYFORGE
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ruby-
EXTRACT_SUFX= .tgz
MAINTAINER= gslin@gslin.org
COMMENT= Manipulation tool for Macromedia Flash Video files
USE_RUBY= yes
USE_RUBY_SETUP= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>