mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
30 lines
654 B
Makefile
30 lines
654 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lrzip
|
|
PORTVERSION= 0.631
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://ck.kolivas.org/apps/lrzip/
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= Long Range ZIP or Lzma RZIP
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= nasm>=0:devel/nasm
|
|
LIB_DEPENDS= liblzo2.so:archivers/lzo2
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ARGS+= --enable-asm
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USES= alias libtool pathfix perl5 shebangfix tar:bzip2
|
|
SHEBANG_FILES= ${WRKSRC}/lrztar
|
|
USE_PERL5= build
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblrzip.so.0.0.0
|
|
|
|
.include <bsd.port.mk>
|