freebsd-ports/archivers/lzmalib/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

19 lines
431 B
Makefile

PORTNAME= lzmalib
PORTVERSION= 0.0.1
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
MAINTAINER= ports@FreeBSD.org
COMMENT= Thin wrapper library of LZMA
WWW= https://tokyocabinet.sourceforge.net/
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lzmacmd
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblzma.so
.include <bsd.port.mk>