2013-09-20 18:35:44 +00:00
|
|
|
# Created by: johans
|
2010-10-01 15:21:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= webp
|
2013-09-09 22:48:31 +00:00
|
|
|
PORTVERSION= 0.3.1
|
2010-10-01 15:21:07 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2011-04-02 16:08:03 +00:00
|
|
|
DISTNAME= lib${PORTNAME}-${PORTVERSION}
|
2010-10-01 15:21:07 +00:00
|
|
|
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
|
|
COMMENT= Google WebP image format conversion tool
|
|
|
|
|
2013-09-09 22:52:20 +00:00
|
|
|
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
2012-06-01 05:26:28 +00:00
|
|
|
png15:${PORTSDIR}/graphics/png
|
2010-10-01 15:21:07 +00:00
|
|
|
|
2011-03-29 20:43:19 +00:00
|
|
|
USE_LDCONFIG= yes
|
2010-10-01 15:21:07 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2011-04-02 16:08:03 +00:00
|
|
|
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
2011-03-29 20:43:19 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
2010-10-01 15:21:07 +00:00
|
|
|
|
2011-03-29 20:43:19 +00:00
|
|
|
MAN1= cwebp.1 dwebp.1
|
2010-10-01 15:21:07 +00:00
|
|
|
|
2013-09-20 18:35:44 +00:00
|
|
|
NO_STAGE= yes
|
2010-10-01 15:21:07 +00:00
|
|
|
.include <bsd.port.mk>
|