aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-save-for-web/Makefile
blob: 9caad9bb537d8d3f6adc41aad78dfd6a990afd15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gimp-save-for-web
PORTVERSION=    0.29.3
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://registry.gimp.org/files/

MAINTAINER= gblach@FreeBSD.org
COMMENT=    GIMP Save For Web plugin

LIB_DEPENDS=    gimp-2.0:${PORTSDIR}/graphics/gimp-app
BUILD_DEPENDS=  p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser

USE_BZIP2=  yes
USES=       gettext gmake pkgconfig perl5
USE_PERL5=  build
GNU_CONFIGURE=  yes
USE_GNOME=  gnomehack intltool

post-patch:
    @${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in

.include <bsd.port.mk>