a563217645
encoder will be going away). From Brad. OK sthen@.
30 lines
591 B
Makefile
30 lines
591 B
Makefile
# $OpenBSD: Makefile,v 1.40 2011/05/30 20:28:54 martynas Exp $
|
|
|
|
COMMENT= fetch YouTube and Google videos
|
|
|
|
PKGNAME= yt-17
|
|
CATEGORIES= net www
|
|
DISTFILES=
|
|
|
|
MAINTAINER= Martynas Venckus <martynas@openbsd.org>
|
|
|
|
# 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+= devel/luastdlib \
|
|
graphics/ffmpeg \
|
|
net/luasocket
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/yt.lua ${PREFIX}/bin/yt
|
|
@${SUBST_CMD} ${PREFIX}/bin/yt
|
|
|
|
.include <bsd.port.mk>
|