blob: 4214b0a9165601bc3ad9798253ba8fd8bef63a6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= pipe-viewer
PKGNAMEPREFIX= gtk-
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Application for searching and playing videos from YouTube (gtk)
CONFLICTS_INSTALL= multimedia/pipe-viewer
MASTERDIR= ${.CURDIR}/../pipe-viewer
OPTIONS_DEFAULT= FORK_MANAGER GTK3 JSON_XS LINE_BREAK LOCAL_CACHE \
READLINE SHARE_DIR YT_DLP
.include "${MASTERDIR}/Makefile"
|