# New ports collection makefile for: youtube_dl # Date created: 2006-08-12 # Whom: Pankov Pavel # # $FreeBSD$ # PORTNAME= youtube_dl PORTVERSION= 2010.08.04 CATEGORIES= www MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/${PORTVERSION}/ DISTNAME= youtube-dl EXTRACT_SUFX= # empty DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= # empty MAINTAINER= araujo@FreeBSD.org COMMENT= A program for downloading videos from YouTube.com NO_BUILD= yes NO_WRKSUBDIR= yes USE_PYTHON_RUN= 2.5-2.7 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