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

14 lines
271 B
Makefile

COMMENT = public domain implementation of the lzip data compressor
DISTNAME = pdlzip-1.12
HOMEPAGE = http://lzip.nongnu.org/pdlzip.html
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/pdlzip/}
# Public domain
PERMIT_PACKAGE = Yes
WANTLIB = c
.include <bsd.port.mk>