96e4cbf59f
you can just double click on the filename in X and have it copied to the clipboard, without the extra dot. ok martynas@ (MAINTAINER)
30 lines
589 B
Makefile
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>
|