1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-fm/worker/Makefile
Alexey Dokuchaev 16cc4767c0 x11-fm/worker: update the port to the latest version 5.1.0
Most visible changes:
- the search entry command can be configured to use an initial
  search string and also apply the search string directly
- performance and usability improvements have been made for the
  path jump feature

Approved by:	maintainer
2024-07-16 04:21:06 +00:00

51 lines
1.3 KiB
Makefile

PORTNAME= worker
PORTVERSION= 5.1.0
CATEGORIES= x11-fm
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/
MAINTAINER= mp39590@gmail.com
COMMENT= X11 file manager based on Directory Opus of AmigaOS
WWW= http://www.boomerangsworld.de/cms/worker/
LICENSE= GPLv2+
RUN_DEPENDS= bash:shells/bash
USES= compiler:c++14-lang localbase pkgconfig python:run \
shebangfix tar:bzip2 xorg
GNU_CONFIGURE= yes
USE_XORG= ice sm x11 xinerama
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
${WRKSRC}/scripts/xeditor \
${WRKSRC}/scripts/find_file_by_chksum.py
OPTIONS_DEFINE= AVFS DBUS INOTIFY LUA SSL XFT
OPTIONS_DEFAULT= AVFS DBUS INOTIFY SSL XFT
OPTIONS_EXCLUDE_DragonFly= AVFS
INOTIFY_DESC= Monitor directory changes via libinotify
AVFS_DESC= Use AVFS library to access archives
SSL_DESC= SHA-256 checksum support via OpenSSL
AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs
AVFS_CONFIGURE_OFF= --without-avfs
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
DBUS_CONFIGURE_OFF= --without-dbus
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
INOTIFY_CONFIGURE_OFF= --disable-inotify
LUA_USES= lua
LUA_CONFIGURE_OFF= --disable-lua
SSL_USES= ssl
SSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
XFT_USE= xorg=xft
XFT_CONFIGURE_OFF= --disable-xft
.include <bsd.port.mk>