2016-06-22 12:30:18 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2016/06/22 10:30:18 wiz Exp $
|
2012-05-02 14:19:43 +02:00
|
|
|
|
2016-06-22 12:30:18 +02:00
|
|
|
DISTNAME= lhasa-0.3.1
|
2012-05-02 14:19:43 +02:00
|
|
|
CATEGORIES= archivers
|
2013-12-02 21:08:06 +01:00
|
|
|
MASTER_SITES= https://soulsphere.org/projects/lhasa/
|
2012-05-02 14:19:43 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://fragglet.github.com/lhasa/
|
|
|
|
COMMENT= Freely licensed lha archiving tool (for .lzh and .lha files)
|
|
|
|
LICENSE= isc
|
|
|
|
|
2013-12-02 21:08:06 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE= liblhasa.pc.in
|
|
|
|
TEST_TARGET= check
|
2012-05-02 14:19:43 +02:00
|
|
|
|
2016-06-22 12:30:18 +02:00
|
|
|
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
|
|
|
|
2012-05-02 14:19:43 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|