mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
32 lines
639 B
Makefile
32 lines
639 B
Makefile
# Created by: Toni Gundogdu <legatvs@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quvi
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \
|
|
GOOGLE_CODE
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Command line tool for parsing flash media stream URLs
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= libquvi>=0.4.0:${PORTSDIR}/multimedia/libquvi
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig
|
|
USE_XZ= yes
|
|
|
|
MAN1= quvi.1
|
|
PLIST_FILES= bin/quvi
|
|
|
|
PORTSCOUT= limit:0.4.[0-9]*
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|