aboutsummaryrefslogblamecommitdiff
path: root/archivers/lrzip/Makefile
blob: 1e657e30fbd7d70737f5f6ddbe09d1ddf4c2e27d (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                      
                     









                                                   

                     



                                          




                           
                          





                            
# New ports collection makefile for:	lrzip
# Date created:		2011-04-08
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

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

LICENSE=	GPLv2

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

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

.include <bsd.port.mk>