freebsd-ports/archivers/lrzip/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

37 lines
722 B
Makefile

# 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
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --enable-asm
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>