33 lines
621 B
Makefile
33 lines
621 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/07/17 12:10:22 steven Exp $
|
|
|
|
COMMENT= "LZMA utils - make usage of LZMA compression easy"
|
|
|
|
DISTNAME= lzma-4.32.0beta2
|
|
SHARED_LIBS= lzmadec 0.0
|
|
CATEGORIES= archivers
|
|
|
|
HOMEPAGE= http://tukaani.org/lzma/
|
|
|
|
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
|
|
|
|
# GPL + LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c m stdc++
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-extract:
|
|
@cp ${FILESDIR}/tests.sh ${WRKBUILD}
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${SH} tests.sh
|
|
|
|
.include <bsd.port.mk>
|