33 lines
858 B
Makefile
Executable File
33 lines
858 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.15 2016/12/30 14:28:31 ajacoutot Exp $
|
|
|
|
COMMENT= Google WebP image format conversion tool
|
|
|
|
DISTNAME= libwebp-0.5.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://downloads.webmproject.org/releases/webp/
|
|
|
|
SHARED_LIBS += webp 3.0 # 6.0
|
|
SHARED_LIBS += webpdecoder 1.0 # 2.0
|
|
SHARED_LIBS += webpdemux 1.0 # 2.0
|
|
SHARED_LIBS += webpextras 0.0 # 0.0
|
|
SHARED_LIBS += webpmux 1.0 # 2.0
|
|
|
|
HOMEPAGE= https://developers.google.com/speed/webp/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c gif jpeg m png pthread tiff z
|
|
|
|
LIB_DEPENDS= graphics/giflib \
|
|
graphics/jpeg \
|
|
graphics/png \
|
|
graphics/tiff
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --enable-everything
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|