Files
sthen e7938db9ca bump revision of ports which have a pkg-config check for ncursesw which
may now be taking different codepaths now we install the .pc file (some
e.g. python 3 definitely are)
2026-01-31 18:24:22 +00:00

26 lines
493 B
Makefile

COMMENT= identify or delete duplicate files
V= 2.4.0
DISTNAME= fdupes-$V
CATEGORIES= sysutils
REVISION= 0
HOMEPAGE= https://github.com/adrianlopezroche/fdupes
SITES= ${HOMEPAGE}/releases/download/v$V/
MAINTAINER = Martin Ziemer <horrad@horrad.de>
# MIT
PERMIT_PACKAGE= Yes
WANTLIB += c curses pcre2-32 sqlite3
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS= databases/sqlite3 \
devel/pcre2
.include <bsd.port.mk>