freebsd-ports/sysutils/hdrecover/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

16 lines
381 B
Makefile

PORTNAME= hdrecover
PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
COMMENT= Attempts to recover a hard disk that has bad blocks on it
WWW= https://hdrecover.sourceforge.net/
GNU_CONFIGURE= yes
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/hdrecover
.include <bsd.port.mk>