216980c889
and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc. WWW: http://registry.gimp.org/node/33 PR: 140879 Submitted by: Grzegorz Blach <magik@roorback.net>
29 lines
722 B
Makefile
29 lines
722 B
Makefile
# New ports collection makefile for: gimp-save-for-web
|
|
# Date created: 2009-11-25
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gimp-save-for-web
|
|
PORTVERSION= 0.28.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://registry.gimp.org/files/
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= GIMP Save For Web plugin
|
|
|
|
LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_PERL5_BUILD=yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gnometarget
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in
|
|
|
|
.include <bsd.port.mk>
|