mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e7938db9ca
may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)
26 lines
493 B
Makefile
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>
|