mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
40 lines
825 B
Makefile
Executable File
40 lines
825 B
Makefile
Executable File
COMMENT= Google WebP image format conversion tool
|
|
|
|
GH_ACCOUNT= webmproject
|
|
GH_PROJECT= libwebp
|
|
GH_TAGNAME= v1.6.0
|
|
REVISION= 2
|
|
CATEGORIES= graphics
|
|
|
|
SHARED_LIBS += sharpyuv 0.1 # 0.0
|
|
SHARED_LIBS += webp 4.4 # 6.0
|
|
SHARED_LIBS += webpdecoder 2.2 # 2.0
|
|
SHARED_LIBS += webpdemux 2.0 # 2.0
|
|
SHARED_LIBS += webpmux 2.1 # 2.0
|
|
|
|
HOMEPAGE= https://developers.google.com/speed/webp/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c gif jpeg m png pthread tiff z
|
|
|
|
MODULES= devel/cmake
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
LIB_DEPENDS= graphics/giflib \
|
|
graphics/jpeg \
|
|
graphics/png \
|
|
graphics/tiff
|
|
|
|
CONFIGURE_ARGS= -DBUILD_SHARED_LIBS=ON \
|
|
-DWEBP_BUILD_VWEBP=OFF
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|