freebsd-ports/graphics/gimp/Makefile

47 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: The GIMP
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
2009-11-28 21:06:37 +01:00
# $MCom: ports/graphics/gimp/Makefile,v 1.16 2009/08/25 00:05:58 marcus Exp $
#
PORTNAME= gimp
2009-12-19 23:37:22 +01:00
DISTVERSION?= 2.6.8
PORTREVISION?= 2
PORTEPOCH?= 2
CATEGORIES= graphics gnome
MASTER_SITES?= # empty
DISTFILES?= # empty
EXTRACT_ONLY?= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= The "meta-port" for The Gimp
RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app
OPTIONS= PYTHON "Python-fu support" Off \
PRINT "Gutenprint (gimp-print) plugin" On \
HELP "Install Gimp-Help (50+MB distfile)" Off
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if defined(WITH_HELP)
RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help
2006-06-26 12:39:06 +02:00
.endif
.if defined(WITH_PYTHON)
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
.endif
2004-12-24 19:39:50 +01:00
.if !defined(WITHOUT_PRINT)
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint
RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint
.endif
do-install: # empty
2004-12-24 19:39:50 +01:00
2003-04-19 09:37:00 +02:00
.include <bsd.port.post.mk>