freebsd-ports/sysutils/fdupes/Makefile
Emanuel Haupt f33d4c5cb9 libpcre2 is only needed in combination with ncurses.
PR:		243834 (based on)
Submitted by:	terry-freebsd@glaver.org
MFH:		2020Q1
2020-02-03 09:53:42 +00:00

31 lines
662 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= fdupes
PORTVERSION= 2.0.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Fdupes is a 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>