# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 96357 2012-08-07 23:27:33Z devans@macports.org $

PortSystem 1.0

name            gimp2-devel
version         2.7.5

replaced_by     gimp2

license         {GPL-3 LGPL}
categories      graphics
maintainers     devans
homepage        http://www.gimp.org/
platforms       darwin

description     The GNU Image Manipulation Program
long_description \
	The GNU Image Manipulation Program (GIMP) is a powerful \
	tool for the preparation and manipulation of digital images. \
	The GIMP provides the user with a wide variety of image \
	manipulation, painting, processing, and rendering tools.

distfiles
universal_variant   no

pre-configure {
        ui_error "The GIMP 2.8 branch has been released and there is, as yet,  no new development release available."
        ui_error "Consequently this port has been temporarily replaced by port 'gimp2'.  Please install that port instead."
        return -code error
}

livecheck.type  none
