mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
39 lines
817 B
Makefile
39 lines
817 B
Makefile
# New ports collection makefile for: metacafe_dl
|
|
# Date created: 2007-08-17
|
|
# Whom: Fernando Durango <fernando@secret.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= metacafe_dl
|
|
PORTVERSION= 2007.09.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.arrakis.es/~rggi3/metacafe-dl/
|
|
DISTNAME= metacafe-dl-${PORTVERSION}
|
|
EXTRACT_SUFX=
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= fernando@secret.org
|
|
COMMENT= A program for downloading videos from metacafe.com
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
USE_PYTHON= 2.5+
|
|
|
|
PLIST_FILES= bin/metacafe-dl
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-extract:
|
|
@${CP} ${DISTDIR}/metacafe-dl-${PORTVERSION} ${WRKSRC}/metacafe-dl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|g' ${WRKSRC}/metacafe-dl
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/metacafe-dl ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|