freebsd-ports/graphics/gimp-save-for-web/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

23 lines
550 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= gimp-save-for-web
PORTVERSION= 0.29.3
PORTREVISION= 4
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:graphics/gimp-app
BUILD_DEPENDS= p5-XML-Parser>=0: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>