mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
27 lines
485 B
Makefile
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>
|