24 lines
569 B
Makefile
24 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/23 17:18:42 asau Exp $
|
|
#
|
|
|
|
DISTNAME= nicovideo-dl-0.0.20120212
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=nicovideo-dl/56304/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.jp/projects/nicovideo-dl/
|
|
COMMENT= Download videos from www.nicovideo.jp
|
|
LICENSE= mit
|
|
|
|
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"
|