aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-03-14 08:23:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-03-14 08:23:25 +0000
commit0df5691294d3e26d0a9f7f35810e2f9e409b85dc (patch)
tree451758e484ece939e39cf8fbdecf29a1bffe4e09 /deskutils
parentbf858994a6c50a059aebda7e45295f7b86d22b2e (diff)
downloadports-0df5691294d3e26d0a9f7f35810e2f9e409b85dc.tar.gz
ports-0df5691294d3e26d0a9f7f35810e2f9e409b85dc.zip
deskutils/arttime: Make the use of FZF optional
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/arttime/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/deskutils/arttime/Makefile b/deskutils/arttime/Makefile
index 06cfcd335848..c6a6de657e75 100644
--- a/deskutils/arttime/Makefile
+++ b/deskutils/arttime/Makefile
@@ -1,7 +1,7 @@
PORTNAME= arttime
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MAINTAINER= ehaupt@FreeBSD.org
@@ -12,7 +12,6 @@ LICENSE= GPLv3
BUILD_DEPENDS= zsh>=5.8:shells/zsh
RUN_DEPENDS= ${LOCALBASE}/share/terminfo/x/xterm-256color:misc/terminfo-db \
- fzf:textproc/fzf \
notify-send:devel/libnotify \
ogg123:audio/vorbis-tools \
zsh>=5.8:shells/zsh
@@ -24,6 +23,13 @@ GH_TAGNAME= 6716e6b
NO_ARCH= yes
NO_BUILD= yes
+OPTIONS_DEFINE= FZF
+OPTIONS_DEFAULT= FZF
+
+FZF_DESC= Use FZF to select ASCII art
+
+FZF_RUN_DEPENDS= fzf:textproc/fzf
+
do-install:
${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${WRKSRC}/install.sh \
--prefix ${STAGEDIR}${PREFIX} --noupdaterc