c808bb9266
Changelog: 0.4.1 Mon Nov 28 2011 Toni Gundogdu Changes: - Accept multiple occurences of --exec - Add verbosity level 'mute' - Add new options: --export-format --export-level --verbosity --category --feature - Deprecate options: --verbose-libcurl --category-* --quiet --no-* --xml Fixes: - Properly escape strings passed to shell (#79) Many thanks to Tomas Janousek <tomi@nomi.cz> for the patch!
22 lines
549 B
Makefile
22 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.14 2011/12/05 19:43:28 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= quvi-0.4.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quvi/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://quvi.sourceforge.net/
|
|
COMMENT= Command line tool for parsing video links
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
BUILDLINK_API_DEPENDS.curl+= curl>=7.18.2
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../net/libquvi/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|