1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/duff/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

33 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= duff
PORTVERSION= 0.5.2
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= jhale@FreeBSD.org
COMMENT= Duplicate file finder
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/COPYING
USES= localbase tar:bzip2 shebangfix
GNU_CONFIGURE= yes
bash_OLD_CMD= /bin/sh
SHEBANG_FILES= join-duplicates.sh
PORTDOCS= README.SHA
OPTIONS_DEFINE= DOCS JOIN NLS
OPTIONS_SUB= yes
JOIN_DESC= Add run-dependencies for join-duplicates.sh
JOIN_RUN_DEPENDS= bash:shells/bash \
gtouch:sysutils/coreutils
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>