mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
24bd5a33e5
www/writefreely had a stray duplicate MAINTAINER block from an earlier botched commit. I did intentionally not touch the entry in UPDATING. Reviewed by: eduardo, flo Differential Revision: https://reviews.freebsd.org/D38435
32 lines
840 B
Makefile
32 lines
840 B
Makefile
PORTNAME= advancecomp
|
|
DISTVERSION= 2.5
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= https://github.com/amadvance/advancecomp/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= fuz@FreeBSD.org
|
|
COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files
|
|
WWW= http://www.advancemame.it/comp-readme.html
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= libzopfli.so:archivers/zopfli \
|
|
libdeflate.so:archivers/libdeflate
|
|
|
|
USES= autoreconf cpe
|
|
CPE_VENDOR= advancemame
|
|
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
MAKE_ARGS= zopfli_SOURCES="" am__objects_3="" \
|
|
libdeflate_SOURCES="" am__objects_2=""
|
|
CPPFLAGS+= -I${LOCALBASE}/include/zopfli
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lzopfli -ldeflate
|
|
|
|
OPTIONS_DEFINE= BZIP2
|
|
BZIP2_CONFIGURE_ON= --enable-bzip2
|
|
|
|
pre-test-BZIP2-on:
|
|
@${ECHO_MSG} Warning: test suite is known to fail with option BZIP2 enabled
|
|
|
|
.include <bsd.port.mk>
|