blob: 2f34ac841144b35e4791bb81f912a5a59160b77f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= fdupes
DISTVERSION= 2.4.0
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Program for identifying or deleting duplicate files
WWW= https://github.com/adrianlopezroche/fdupes/
LICENSE= MIT
USES= localbase pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/fdupes \
share/man/man1/fdupes.1.gz
OPTIONS_DEFINE= NCURSES SQLITE
OPTIONS_DEFAULT= NCURSES
NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2
NCURSES_USES= ncurses:base
NCURSES_CONFIGURE_OFF= --without-ncurses
NCURSES_PLIST_FILES= share/man/man7/fdupes-help.7.gz
SQLITE_USES= sqlite
SQLITE_CONFIGURE_OFF= --without-sqlite
.include <bsd.port.mk>
|