1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/archivers/lizard/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>