26 lines
507 B
Makefile
26 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/02/21 13:50:18 pedro Exp $
|
|
|
|
COMMENT= "customizable script to fetch youtube videos"
|
|
|
|
PKGNAME= yt-2
|
|
CATEGORIES= net
|
|
DISTFILES=
|
|
|
|
MAINTAINER= Pedro Martelletto <pedro@openbsd.org>
|
|
|
|
# Public domain
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
RUN_DEPENDS= ::graphics/ffmpeg \
|
|
::net/luasocket
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/yt.lua ${PREFIX}/bin/yt
|
|
|
|
.include <bsd.port.mk>
|