nicovideo-dl is a small command-line program to download videos from www.nicovideo.jp. It is implemented by Python. It is platform-independent and should work on Unix/Windows/Mac.
26 lines
609 B
Makefile
26 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 20:08:33 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= nicovideo-dl-0.0.20110122
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=nicovideo-dl/50675/}
|
|
|
|
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"
|