cf66c4a661
Changelog: * Support short URI containing only video ID. * Follow redirect in retriving watch page. XXX At least on NetBSD 5.99.55, nicovide-dl hungs due to openssl issue.
26 lines
605 B
Makefile
26 lines
605 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/07/29 21:07:33 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= nicovideo-dl-0.0.20110208
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=nicovideo-dl/51768/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.jp/projects/nicovideo-dl/
|
|
COMMENT= Download videos from www.nicovideo.jp
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
REPLACE_PYTHON+= nicovideo-dl
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/nicovideo-dl ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|