aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lrzip/Makefile
blob: 69b5f654bb3d701d07ce570396ce7e01f58febec (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
25
26
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   lrzip
PORTVERSION=    0.616
CATEGORIES= archivers
MASTER_SITES=   http://ck.kolivas.org/apps/lrzip/ \
        http://files.gslin.org/Software/

MAINTAINER= gslin@gslin.org
COMMENT=    Long Range ZIP or Lzma RZIP

LICENSE=    GPLv2

BUILD_DEPENDS=  nasm>=0:${PORTSDIR}/devel/nasm
LIB_DEPENDS=    liblzo2.so:${PORTSDIR}/archivers/lzo2

CFLAGS+=    -I${LOCALBASE}/include
CONFIGURE_ARGS+=    --enable-asm
GNU_CONFIGURE=  yes
LDFLAGS+=   -L${LOCALBASE}/lib
USES=       tar:bzip2 gmake pathfix perl5
USE_PERL5=  build
USE_LDCONFIG=   yes

.include <bsd.port.mk>