summaryrefslogtreecommitdiff
path: root/net/clive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r--net/clive/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile
index 2fda6344134..d609d601200 100644
--- a/net/clive/Makefile
+++ b/net/clive/Makefile
@@ -1,17 +1,24 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/04/26 01:23:58 wiz Exp $
#
-DISTNAME= clive-0.4.10
+DISTNAME= clive-0.4.11
CATEGORIES= net multimedia www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clive/} \
- http://dl.gna.org/clive/0.4/src/
+MASTER_SITES= http://dl.gna.org/clive/0.4/src/ \
+ ${MASTER_SITE_SOURCEFORGE:=clive/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://clive.sourceforge.net/
COMMENT= Command line video extraction tool for user-uploaded video hosts
+DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt
+DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser
+DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber
+
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-urlgrabber
+CONFIGURE_ARGS+= --without-feedparser
+CONFIGURE_ARGS+= --without-newt
USE_LANGUAGES= # none
PY_PATCHPLIST= yes
@@ -21,6 +28,5 @@ REPLACE.env_python.new= ${PYTHONBIN}
REPLACE_FILES.env_python= src/clive/feedparser/feedparser.py
REPLACE_FILES.env_python+= src/scripts/clive
-.include "../../devel/libslang/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"