aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fdupes/Makefile
blob: a7121fa7a92ae990c9f2b28aae7d980fdd909b17 (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
30
31
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=	fdupes
PORTVERSION=	2.1.2
DISTVERSIONPREFIX=	v
PORTEPOCH=	1
CATEGORIES=	sysutils

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Program for identifying or deleting duplicate files

LICENSE=	MIT

USES=		autoreconf libtool localbase pkgconfig
GNU_CONFIGURE=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	adrianlopezroche

OPTIONS_DEFINE=	NCURSES
OPTIONS_DEFAULT=NCURSES

NCURSES_USES=	ncurses:base
NCURSES_CONFIGURE_OFF=	--without-ncurses
NCURSES_LIB_DEPENDS=	libpcre2-32.so:devel/pcre2

PLIST_FILES=	bin/fdupes man/man1/fdupes.1.gz
NCURSES_PLIST_FILES=	man/man7/fdupes-help.7.gz

.include <bsd.port.mk>