2009-07-16 04:16:49 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= duff
|
2012-02-22 12:06:51 +01:00
|
|
|
PORTVERSION= 0.5.2
|
2017-12-29 16:47:00 +01:00
|
|
|
PORTREVISION= 2
|
2009-07-16 04:16:49 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2012-09-13 06:45:58 +02:00
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
2009-07-16 04:16:49 +02:00
|
|
|
COMMENT= Duplicate file finder
|
|
|
|
|
2012-02-22 12:06:51 +01:00
|
|
|
LICENSE= ZLIB
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-12-29 16:47:00 +01:00
|
|
|
USES= localbase tar:bzip2 shebangfix
|
2009-07-16 04:16:49 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2017-12-29 16:47:00 +01:00
|
|
|
bash_OLD_CMD= /bin/sh
|
|
|
|
SHEBANG_FILES= join-duplicates.sh
|
2011-05-10 11:52:57 +02:00
|
|
|
|
|
|
|
PORTDOCS= README.SHA
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS JOIN NLS
|
2013-10-03 05:26:20 +02:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
2017-12-29 16:47:00 +01:00
|
|
|
JOIN_DESC= Add run-dependencies for join-duplicates.sh
|
|
|
|
JOIN_RUN_DEPENDS= bash:shells/bash \
|
|
|
|
gtouch:sysutils/coreutils
|
|
|
|
|
2013-10-03 05:26:20 +02:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2009-07-16 04:16:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|