1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/archivers/lzlib/Makefile
2022-01-27 08:32:16 -08:00

23 lines
433 B
Makefile

# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
PORTNAME= lzlib
PORTVERSION= 1.13
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip/lzlib
MAINTAINER= delphij@FreeBSD.org
COMMENT= In-memory LZMA compression and decompression library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
GNU_CONFIGURE= yes
MAKE_ARGS= ${MAKE_ENV}
INFO= lzlib
PLIST_FILES= include/lzlib.h \
lib/liblz.a
.include <bsd.port.mk>