29 lines
567 B
Makefile
29 lines
567 B
Makefile
# $OpenBSD: Makefile,v 1.32 2016/03/11 20:28:21 naddy Exp $
|
|
|
|
COMMENT= LZMA compression and decompression tools
|
|
|
|
DISTNAME= xz-5.2.2
|
|
REVISION= 0
|
|
SHARED_LIBS= lzma 2.1 # .7.2
|
|
CATEGORIES= archivers
|
|
DPB_PROPERTIES= parallel
|
|
|
|
HOMEPAGE= http://tukaani.org/xz/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# uses pledge()
|
|
WANTLIB= c pthread
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-nls
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
|
|
|
.include <bsd.port.mk>
|