diff options
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r-- | net/clive/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile new file mode 100644 index 00000000000..7d2e215da68 --- /dev/null +++ b/net/clive/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:32:48 wiz Exp $ +# + +DISTNAME= clive-0.4.6 +CATEGORIES= net multimedia www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clive/} \ + http://dl.gna.org/clive/0.4/src/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://clive.sourceforge.net/ +COMMENT= Command line video extraction tool for user-uploaded video hosts + +DEPENDS+= urlgrabber>=2.9.9:../../www/urlgrabber +DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk + +USE_LANGUAGES= # none +PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" |