freebsd-ports/multimedia/libquvi-scripts/Makefile
Sunpoet Po-Chuan Hsieh 6bccc42354 - Add libquvi-scripts 0.4.0
quvi is a command line tool for parsing flash media stream URLs. It supports
many websites including YouTube and Dailymotion.

Starting from 0.4.0, the quvi distribution has split into libquvi-scripts,
libquvi and quvi.

libquvi-scripts contains the embedded lua scripts that libquvi uses for parsing
the media details. Some additional utility scripts are also included.

git repo: http://repo.or.cz/w/libquvi-scripts.git

WWW: http://quvi.sourceforge.net/
WWW: http://quvi.googlecode.com/
2011-10-07 15:52:03 +00:00

36 lines
719 B
Makefile

# New ports collection makefile for: libquvi-scripts
# Date created: 2011-10-06
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libquvi-scripts
PORTVERSION= 0.4.0
CATEGORIES= multimedia devel
MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \
GOOGLE_CODE
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Embedded lua scripts for libquvi and utility scripts
OPTIONS= NSFW "Enable adult website support" off
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_XZ= yes
MAN7= libquvi-scripts.7
PROJECTHOST= quvi
.include <bsd.port.options.mk>
.if defined(WITH_NSFW)
CONFIGURE_ARGS+=--with-nsfw
PLIST_SUB+= NSFW=""
.else
PLIST_SUB+= NSFW="@comment "
.endif
.include <bsd.port.mk>