mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
cf118ccf87
Reported by: lwhsu
31 lines
574 B
Makefile
31 lines
574 B
Makefile
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>
|