aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzlib/Makefile
blob: a9039a6aef02fb246cd2782ec17745b43f09352d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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= ports@FreeBSD.org
COMMENT=    Provides in-memory LZMA compression and decompression functions

PLIST_FILES=    include/lzlib.h \
        lib/liblz.a

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
MAKE_ARGS=  ${MAKE_ENV}
INFO=       lzlib

.include <bsd.port.mk>