mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
e7abcc4e4e
Approved by: portmgr
27 lines
546 B
Makefile
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>
|