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

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

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

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

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib
USES=		gettext gmake perl5 pkgconfig tar:bzip2
USE_PERL5=	build
USE_GNOME=	intltool

.include <bsd.port.mk>