aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lrzip/Makefile
blob: a79b1215dd187d2a24d51c05ddaa708bfec44f7e (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
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    lrzip
# Date created:     2011-04-08
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   lrzip
PORTVERSION=    0.601
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

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

CFLAGS+=    -I${LOCALBASE}/include
CONFIGURE_ARGS+=    --enable-asm
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
GNU_CONFIGURE=  yes
LICENSE=    GPLv2
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_PERL5_BUILD=    yes

MAN1=       lrunzip.1 \
        lrzip.1 \
        lrztar.1 \
        lrzuntar.1
MAN5=       lrzip.conf.5

.include <bsd.port.mk>