mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
5dc015bb5d
Approved by: portmgr (blanket)
33 lines
656 B
Makefile
33 lines
656 B
Makefile
PORTNAME= duff
|
|
PORTVERSION= 0.5.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= Duplicate file finder
|
|
WWW= https://github.com/elmindreda/duff
|
|
|
|
LICENSE= ZLIB
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= localbase tar:bzip2 shebangfix
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
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>
|