9daf21bfb9
------------------------------------------ ADVANCECOMP VERSION 1.23 2016/11 ================================ * Fixed build issue from source code due missing libdeflate header. ADVANCECOMP VERSION 1.22 2016/11 ================================ * Enabled again the command line wildcard expansion in the Windows builds. The new MingW compiler was disabling it by default. ADVANCECOMP VERSION 1.21 2016/11 ================================ * Added libdeflate support. It's the new default because it provides better performance and compression than 7z. From https://github.com/ebiggers/libdeflate at commit 28cc14994b8b57f590d31a7340c8fffc5cc37d88 * Update to te latest zopfli library. From https://github.com/google/zopfli at commit 6818a0859063b946094fb6f94732836404a0d89a. * Windows binaries built with MingW 4.9.3 using the MXE cross compiler at commit 62bcdbee56e87c81f1faa105b8777a5879d4e2e with targets i686-w64-mingw32 and x86_64-w64-mingw32. * DOS binaries built with DJGPP 4.8.5 from https://github.com/andrewwutw/build-djgpp ADVANCECOMP VERSION 1.20 2015/08 ================================ * Fixed .gz recompression of data bigger than 400 MB. * Fixed .gz recompression with -0 and -1 options. * Updated to the latest zopfli [Aaron Kaluszka]. * Preserve the EFS flag in .zip files [Jason Penney].
22 lines
557 B
Makefile
22 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/04/11 13:47:08 mef Exp $
|
|
|
|
DISTNAME= advancecomp-1.23
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://advancemame.sourceforge.net/
|
|
COMMENT= Recompression utilities for .zip, .png, .mng and .gz files
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(PKGSRC_COMPILER:Msunpro)
|
|
CFLAGS+= -features=extensions
|
|
.endif
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|