freebsd-ports/www/youtube_dl/Makefile
Marcelo Araujo 8306fe1ed9 - Update to 2010.01.19.
PR:		ports/143003
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet__sunpoet.net>
2010-01-26 00:24:06 +00:00

33 lines
711 B
Makefile

# New ports collection makefile for: youtube_dl
# Date created: 2006-08-12
# Whom: Pankov Pavel <pankov_p@mail.ru>
#
# $FreeBSD$
#
PORTNAME= youtube_dl
PORTVERSION= 2010.01.19
CATEGORIES= www
MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/${PORTVERSION}/
DISTNAME= youtube-dl
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_ONLY=
MAINTAINER= araujo@FreeBSD.org
COMMENT= A program for downloading videos from YouTube.com
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_PYTHON= 2.5+
PLIST_FILES= bin/youtube-dl
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}/youtube-dl
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${PREFIX}/bin/youtube-dl
.include <bsd.port.mk>