Files
ports/graphics/zimg/Makefile
T
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

27 lines
485 B
Makefile

COMMENT = scaling, colorspace conversion, and dithering library
CATEGORIES = graphics
SHARED_LIBS += zimg 0.1 # 2.0
GH_ACCOUNT = sekrit-twc
GH_PROJECT = zimg
GH_TAGNAME = release-3.0.5
REVISION = 0
# WTFPL
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} m
# C++14
COMPILER = base-clang ports-gcc
CONFIGURE_STYLE = autoreconf
AUTOCONF_VERSION = 2.71
AUTOMAKE_VERSION = 1.16
FAKE_FLAGS = exampledir="${PREFIX}/share/examples/zimg"
.include <bsd.port.mk>