freebsd-ports/www/youtube_dl/Makefile
Marcelo Araujo c8724a0aaf - Update to 2010.08.04.
PR:		ports/149777
Submitted by:	bf <bf1783@gmail.com>
2010-08-19 23:09:58 +00:00

32 lines
733 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.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 <bsd.port.mk>