blob: 511c0e175b0269150e983675f7053fdf69094cb4 (
plain)
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
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= lrzip
PORTVERSION= 0.614
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= lzo2:${PORTSDIR}/archivers/lzo2
NO_STAGE= yes
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-asm
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
USE_BZIP2= yes
USES= gmake pathfix perl5
USE_PERL5= build
USE_LDCONFIG= yes
MAN1= lrunzip.1 \
lrzcat.1 \
lrzip.1 \
lrztar.1 \
lrzuntar.1
MAN5= lrzip.conf.5
.include <bsd.port.mk>
|