openbsd-ports/archivers/lzip/lziprecover/Makefile
2022-03-11 18:16:02 +00:00

16 lines
337 B
Makefile

COMMENT = data recovery tool and decompressor for lzip files
DISTNAME = lziprecover-1.23
HOMEPAGE = http://lzip.nongnu.org/lziprecover.html
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/lziprecover/}
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB = c m ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
.include <bsd.port.mk>