1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/archivers/lzlib/Makefile
Wen Heping ac930c0369 - Update to 1.1
PR:		ports/154048
Submitted by:	Albert Vernon <f3cun3c02@sneakemail.com> (maintainer)
Feature safe:	yes
2011-01-16 07:14:09 +00:00

24 lines
451 B
Makefile

# New ports collection makefile for: lzlib
# Date created: 2010-05-22
# Whom: Albert Vernon <f3cun3c02@sneakemail.com>
#
# $FreeBSD$
#
PORTNAME= lzlib
PORTVERSION= 1.1
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip
MAINTAINER= f3cun3c02@sneakemail.com
COMMENT= Provides in-memory LZMA compression and decompression functions
PLIST_FILES= include/lzlib.h \
lib/liblz.a
GNU_CONFIGURE= yes
USE_GMAKE= yes
INFO= lzlib
.include <bsd.port.mk>