1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/webp/Makefile

25 lines
534 B
Makefile
Raw Normal View History

# Created by: johans
# $FreeBSD$
PORTNAME= webp
PORTVERSION= 0.3.1
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Google WebP image format conversion tool
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
2012-06-01 05:26:28 +00:00
png15:${PORTSDIR}/graphics/png
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
MAN1= cwebp.1 dwebp.1
NO_STAGE= yes
.include <bsd.port.mk>