Update graphics/synfigstudio to version 1.4.2_1
[dports.git] / graphics / guetzli / Makefile
1 PORTNAME=       guetzli
2 PORTVERSION=    1.0.1
3 PORTREVISION=   5
4 DISTVERSIONPREFIX=      v
5 CATEGORIES=     graphics
6
7 MAINTAINER=     yuri@FreeBSD.org
8 COMMENT=        Perceptual JPEG encoder
9 WWW=            https://github.com/google/guetzli
10
11 LICENSE=        APACHE20
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 LIB_DEPENDS=    libpng.so:graphics/png
15
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     google
18
19 USES=           compiler:c++11-lib gmake pkgconfig
20 PLIST_FILES=    bin/guetzli
21 MAKE_FLAGS=     verbose=1
22
23 do-install:
24         ${INSTALL_PROGRAM} ${WRKSRC}/bin/Release/guetzli ${STAGEDIR}${PREFIX}/bin
25
26 .include <bsd.port.mk>