# New ports collection makefile for: The GIMP # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # $MCom: ports/graphics/gimp-devel/Makefile,v 1.12 2006/02/24 18:50:32 marcus Exp $ # PORTNAME= gimp PORTVERSION= 2.3.5 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ poppler.0:${PORTSDIR}/graphics/poppler \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff CONFLICTS= gimp-1.* gimp-2.2.* SHLIBVER?= 0 USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 \ ltverhack WANT_GNOME= yes USE_GCC= 3.4+ INSTALLS_SHLIB= yes INSTALLS_ICONS= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAN1= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 MAN5= gimprc-2.3.5 OPTIONS= DEBUG "debugging" off \ PYTHON "Python-Fu support" off \ PRINT "GIMP printing" on \ HTML_HELP_BROWSER "GIMP help browser" on \ MP "multiple processor support" off .include #.if defined(WITHOUT_EXIF) CONFIGURE_ARGS+= --without-libexif #.else #LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif #.endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif .if defined(WITH_PYTHON) USE_PYTHON= yes # we need to manually include this, because USE_PYTHON is defined # # after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtk2 CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON:="" .else CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON:="@comment " .endif .if defined(WITHOUT_PRINT) CONFIGURE_ARGS+= --disable-print \ --without-gnomeprint PLIST_SUB+= PRINT="@comment " .else LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print USE_GNOME+= libgnomeprintui PLIST_SUB+= PRINT="" .endif .if defined(WITH_MP) CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel desktopfileutils CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PKGNAMESUFFIX:= -gnome PLIST_SUB+= GTK="gnome/" GNOME_ENABLED= yes .else PLIST_SUB+= GTK="" CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} .endif .if defined(WITH_HTML_HELP_BROWSER) USE_GNOME+= libgtkhtml PLIST_SUB+= HELPBROWSER:="" .else PLIST_SUB+= HELPBROWSER:="@comment " post-patch: @${REINPLACE_CMD} -e 's|\(have_gtkhtml2=\)yes|\1no|' ${WRKSRC}/configure .endif .if defined(GNOME_ENABLED) post-install: @-update-desktop-database .endif .include