openbsd-ports/net/yt/Makefile
ajacoutot 61f8a5494e - typo
from Matthew Clarke <clamat at telus dot net>
2007-10-30 20:03:30 +00:00

26 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.11 2007/10/30 20:03:30 ajacoutot Exp $
COMMENT= customizable script to fetch youtube videos
PKGNAME= yt-8p0
CATEGORIES= net
DISTFILES=
# Public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
@perl -pi -e "s,%%LOCALBASE%%,${LOCALBASE}," ${PREFIX}/bin/yt
.include <bsd.port.mk>