ff5eb6e500
more information and there may be number that matches quality identificator while we with Henrikas did not find such video; there may be
27 lines
534 B
Makefile
27 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.25 2009/01/07 00:14:52 martynas Exp $
|
|
|
|
COMMENT= customizable script to fetch youtube videos
|
|
|
|
PKGNAME= yt-9p4
|
|
CATEGORIES= net www
|
|
DISTFILES=
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/lua
|
|
NO_CHECKSUM= Yes
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
RUN_DEPENDS+= ::graphics/ffmpeg \
|
|
::net/luasocket
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/yt.lua ${PREFIX}/bin/yt
|
|
@${SUBST_CMD} ${PREFIX}/bin/yt
|
|
|
|
.include <bsd.port.mk>
|