aboutsummaryrefslogtreecommitdiff
path: root/archivers/lizard/Makefile
blob: 1dccecf97cc65c1718489964d5bb36ac98349fc2 (plain) (blame)
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

PORTNAME=	lizard
DISTVERSIONPREFIX=	v
DISTVERSION=	1.0
CATEGORIES=	archivers

MAINTAINER=	tagattie@FreeBSD.org
COMMENT=	Efficient compressor with very fast decompression

LICENSE=	BSD2CLAUSE GPLv2
LICENSE_COMB=	multi
LICENSE_FILE_BSD2CLAUSE=	${WRKSRC}/lib/LICENSE
LICENSE_FILE_GPLv2=	${WRKSRC}/programs/COPYING

USES=		gmake

USE_GITHUB=	yes
GH_ACCOUNT=	inikep

USE_LDCONFIG=	yes

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lizard \
		${STAGEDIR}/${PREFIX}/lib/liblizard.so.1.0.0

.include <bsd.port.mk>