mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
cf118ccf87
Reported by: lwhsu
26 lines
514 B
Makefile
26 lines
514 B
Makefile
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>
|