29 lines
576 B
Makefile
29 lines
576 B
Makefile
# $OpenBSD: Makefile,v 1.24 2015/01/12 22:07:17 brad Exp $
|
|
|
|
COMMENT= LZMA compression and decompression tools
|
|
|
|
DISTNAME= xz-5.2.0
|
|
SHARED_LIBS= lzma 2.0 # .7.0
|
|
CATEGORIES= archivers
|
|
DPB_PROPERTIES= parallel
|
|
|
|
HOMEPAGE= http://tukaani.org/xz/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WANTLIB= c
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
--disable-threads \
|
|
--disable-nls
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
|
|
|
.include <bsd.port.mk>
|