23 lines
462 B
Makefile
23 lines
462 B
Makefile
COMMENT = lzip compression library
|
|
|
|
DISTNAME = lzlib-1.13
|
|
|
|
SHARED_LIBS += lz 1.4 # 1.13
|
|
|
|
HOMEPAGE = http://lzip.nongnu.org/lzlib.html
|
|
SITES = ${SITE_SAVANNAH:=lzip/lzlib/}
|
|
|
|
# 2-clause BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV += LIBlz_VERSION=${LIBlz_VERSION}
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_ARGS += --disable-static \
|
|
--disable-ldconfig
|
|
|
|
# The Makefile tries to strip a shared lib with the install-strip target.
|
|
INSTALL_TARGET = install
|
|
|
|
.include <bsd.port.mk>
|