pkgsrc/archivers/lhasa/Makefile

27 lines
727 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2016/06/22 10:30:18 wiz Exp $
DISTNAME= lhasa-0.3.1
CATEGORIES= archivers
MASTER_SITES= https://soulsphere.org/projects/lhasa/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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
2012-06-03 12:20:04 +02:00
.include "../../mk/bsd.pkg.mk"