diff options
Diffstat (limited to 'graphics/gimp-save-for-web/Makefile')
-rw-r--r-- | graphics/gimp-save-for-web/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile deleted file mode 100644 index 8b33337df97a..000000000000 --- a/graphics/gimp-save-for-web/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gimp-save-for-web -PORTVERSION= 0.29.3 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= http://registry.gimp.org/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= GIMP Save For Web plugin - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -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> |