pkgsrc/archivers/lhasa/Makefile
rillig a02ce26178 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:29:55 +00:00

26 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.9 2020/01/18 23:29:56 rillig Exp $
DISTNAME= lhasa-0.3.1
CATEGORIES= archivers
MASTER_SITES= https://soulsphere.org/projects/lhasa/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://fragglet.github.com/lhasa/
COMMENT= Freely licensed lha archiving tool (for .lzh and .lha files)
LICENSE= isc
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= liblhasa.pc.in
TEST_TARGET= check
USE_TOOLS+= bash # tests-only
REPLACE_BASH+= test/test-dry-run
REPLACE_BASH+= test/test-crc-output
REPLACE_BASH+= test/test-print
REPLACE_BASH+= test/test-decompress
REPLACE_BASH+= test/test-file-headers
REPLACE_BASH+= test/test-extract
REPLACE_BASH+= test/test-list-output
.include "../../mk/bsd.pkg.mk"