freebsd-ports/graphics/gimp-save-for-web/Makefile
Mark Linimon 5c4514e283 USES=compiler:c++11-lang is necessary to build on GCC-based architectures.
While here, also add USES=gnome, and use localbase to simplify.

PR:		234435
Submitted by:	Piotr Kubaj
2018-12-30 12:43:42 +00:00

22 lines
529 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
USES= compiler:c++11-lang gettext gmake gnome localbase perl5 \
pkgconfig tar:bzip2
USE_PERL5= build
USE_GNOME= intltool
.include <bsd.port.mk>