16 lines
305 B
Makefile
16 lines
305 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/01/17 19:46:21 juanfra Exp $
|
|
|
|
COMMENT = data recovery tool and decompressor for lzip files
|
|
|
|
DISTNAME = lziprecover-1.15
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://lzip.nongnu.org/lziprecover.html
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c m stdc++
|
|
|
|
.include <bsd.port.mk>
|