mirror of https://git.FreeBSD.org/ports.git
31 lines
719 B
Makefile
31 lines
719 B
Makefile
PORTNAME= fsearch
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Fast file search utility for Unix-like systems
|
|
WWW= https://cboxdoerfer.github.io/fsearch/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/License
|
|
|
|
LIB_DEPENDS= libicuuc.so:devel/icu \
|
|
libpcre2-8.so:devel/pcre2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cboxdoerfer
|
|
|
|
USES= meson gettext-tools gnome pkgconfig
|
|
USE_GNOME= cairo gdkpixbuf gtk30
|
|
|
|
post-patch:
|
|
@${PRINTF} '\n%s\n%s;\n' int \
|
|
'strverscmp(const char *, const char *)' \
|
|
>> ${WRKSRC}/src/fsearch_string_utils.h
|
|
@${REINPLACE_CMD} -e 's,time_t,int64_t,g' \
|
|
${WRKSRC}/src/fsearch_time_utils.h \
|
|
${WRKSRC}/src/tests/test_time_utils.c
|
|
|
|
.include <bsd.port.mk>
|