openbsd-ports/net/yt/Makefile
jasper 96e4cbf59f Strip the trailing full stop after printing the saved filename. Now
you can just double click on the filename in X and have it copied to the
clipboard, without the extra dot.

ok martynas@ (MAINTAINER)
2011-07-19 16:29:45 +00:00

30 lines
589 B
Makefile

# $OpenBSD: Makefile,v 1.41 2011/07/19 16:29:45 jasper Exp $
COMMENT= fetch YouTube and Google videos
PKGNAME= yt-18
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>