mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
26 lines
589 B
Makefile
26 lines
589 B
Makefile
PORTNAME= rdfind
|
|
DISTVERSION= 1.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://rdfind.pauldreik.se/
|
|
|
|
MAINTAINER= DtxdF@disroot.org
|
|
COMMENT= Utility to find duplicate files based on their content
|
|
WWW= https://rdfind.pauldreik.se/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libnettle.so:security/nettle
|
|
|
|
USES= autoreconf localbase:ldflags
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/man/man1/${PORTNAME}.1.gz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|