diff options
Diffstat (limited to 'archivers/lrzip/Makefile')
-rw-r--r-- | archivers/lrzip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index 9f1890b3162a..1e657e30fbd7 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lrzip -PORTVERSION= 0.605 +PORTVERSION= 0.606 CATEGORIES= archivers MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \ http://files.gslin.org/Software/ @@ -17,11 +17,12 @@ 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 -LICENSE= GPLv2 USE_BZIP2= yes USE_GMAKE= yes USE_PERL5_BUILD= yes |