mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
8492b839e0
from Martin Ziemer (maintainer)
25 lines
481 B
Makefile
25 lines
481 B
Makefile
COMMENT= identify or delete duplicate files
|
|
|
|
V= 2.4.0
|
|
DISTNAME= fdupes-$V
|
|
CATEGORIES= sysutils
|
|
|
|
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>
|