1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/archivers/lzlib/Makefile
2017-07-22 06:57:45 +00:00

21 lines
391 B
Makefile

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