freebsd-ports/sysutils/recoverdm/Makefile
Cy Schubert 44431454cb Make fetchable again: the software has moved to github and the license
has changed to AGPLv3.

The github repo contains two commits: initial commit and first commit, on
March 7, 2019. The repo contains no tags or branches therefore we use
a github hash to identify what will be fetched. The version number will
remain the same until there is some clarity as to what the author of
the distribution will do next.
2019-09-14 07:18:36 +00:00

22 lines
437 B
Makefile

# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
# $FreeBSD$
PORTNAME= recoverdm
PORTVERSION= 0.20
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Recover files and discs with damaged sectors
LICENSE= AGPLv3
USE_GITHUB= yes
GH_ACCOUNT= flok99
GH_TAGNAME= 8ecb743
PLIST_FILES= bin/mergebad bin/recoverdm man/man1/${PORTNAME}.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>