2000-07-19 09:33:13 +02:00
|
|
|
# New ports collection makefile for: gtk13
|
1997-12-03 22:17:36 +01:00
|
|
|
# Date Created: 28 Sep 1997
|
|
|
|
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
|
1997-10-15 18:07:05 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1997-10-15 18:07:05 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= gtk
|
2005-08-28 09:37:53 +02:00
|
|
|
PORTVERSION= 2.6.10
|
1998-08-08 01:08:39 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.6,} \
|
|
|
|
ftp://ftp.gtk.org/pub/gtk/v2.6/ \
|
2002-02-12 15:17:06 +01:00
|
|
|
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
2001-03-11 22:50:34 +01:00
|
|
|
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
|
|
|
http://www.ameth.org/gimp/%SUBDIR%/ \
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \
|
2001-03-11 22:50:34 +01:00
|
|
|
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
|
|
|
|
MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R}
|
2000-04-10 03:11:24 +02:00
|
|
|
DISTNAME= gtk+-${PORTVERSION}
|
2002-02-12 15:17:06 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
1997-10-15 18:07:05 +02:00
|
|
|
|
2004-05-06 06:33:39 +02:00
|
|
|
.if defined(WITH_DROPSHADOW)
|
|
|
|
PATCH_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
PATCH_SITE_SUBDIR= xfce
|
|
|
|
PATCHFILES= gtk+-2.4.0-menushadow.patch
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
.endif
|
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Gimp Toolkit for X11 GUI (current stable version)
|
1997-10-15 18:07:05 +02:00
|
|
|
|
2003-04-22 07:02:24 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2000-07-19 09:33:13 +02:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2002-03-04 22:18:52 +01:00
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
2004-04-05 05:11:39 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \
|
|
|
|
${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
1998-12-10 15:30:28 +01:00
|
|
|
|
2002-02-12 15:17:06 +01:00
|
|
|
USE_BZIP2= yes
|
2003-09-24 20:38:54 +02:00
|
|
|
LATEST_LINK= gtk20
|
1998-12-22 10:06:28 +01:00
|
|
|
USE_X_PREFIX= yes
|
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 11:28:57 +02:00
|
|
|
USE_XPM= yes
|
2002-06-26 11:18:37 +02:00
|
|
|
USE_REINPLACE= yes
|
1998-12-26 20:17:44 +01:00
|
|
|
USE_PERL5= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-08-09 00:49:20 +02:00
|
|
|
USE_LIBTOOL_VER=15
|
2003-04-22 07:02:24 +02:00
|
|
|
USE_GNOME= gnomehack atk pango
|
2003-09-24 20:38:54 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static --with-xinput=yes
|
2002-03-11 18:53:25 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
|
|
|
|
-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2003-06-11 02:41:01 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2004-12-20 07:02:51 +01:00
|
|
|
GTK_VERSION= 2.4.0
|
|
|
|
PLIST_SUB= GTK_VERSION="${GTK_VERSION}"
|
2003-11-02 16:06:51 +01:00
|
|
|
|
2005-04-13 06:40:39 +02:00
|
|
|
# Setting WITH_DEBUG=yes effectively adds -g to $CFLAGS
|
|
|
|
# unless doing so would clobber a preexisting $CFLAGS.
|
|
|
|
# Setting to yes also causes debugging into to be spat out
|
|
|
|
# on the command-line.
|
|
|
|
# Set to minimum if you want to send in a backtrace; set
|
|
|
|
# to yes if you want to know what gtk thinks it's doing.
|
2005-04-12 20:07:20 +02:00
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
.if ${WITH_DEBUG:L} == "no"
|
|
|
|
CONFIGURE_ARGS+= --enable-debug=no
|
|
|
|
.else
|
|
|
|
.if ${WITH_DEBUG:L} == "yes"
|
|
|
|
CONFIGURE_ARGS+= --enable-debug=yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --enable-debug=minimum
|
2005-07-18 05:59:11 +02:00
|
|
|
CFLAGS+= -g
|
2005-04-12 20:07:20 +02:00
|
|
|
.endif
|
2005-07-18 05:59:11 +02:00
|
|
|
STRIP=
|
2005-04-12 20:07:20 +02:00
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
2004-05-06 06:33:39 +02:00
|
|
|
pre-everything::
|
|
|
|
.if !defined(WITH_DROPSHADOW)
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "If you want to compile with experimental menu dropshadow patch,"
|
|
|
|
@${ECHO_MSG} "hit Ctrl-C right now and use make \"WITH_DROPSHADOW=yes\""
|
2004-05-06 23:02:30 +02:00
|
|
|
@${ECHO_MSG} "NOTE: This option is not supported by the FreeBSD GNOME Team."
|
|
|
|
@${ECHO_MSG} "If the patch does not work or causes the build to fail, just"
|
|
|
|
@${ECHO_MSG} "stop using the patch; we will not further debug it."
|
2004-05-06 06:33:39 +02:00
|
|
|
@${ECHO_MSG}
|
|
|
|
.endif
|
2005-04-12 20:07:20 +02:00
|
|
|
.if !defined(WITH_DEBUG)
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "Enable or disable debugging with the following knob"
|
|
|
|
@${ECHO_MSG} "WITH_DEBUG=[no|minimum|yes]"
|
|
|
|
@${ECHO_MSG}
|
|
|
|
@${ECHO_MSG} "Default is minimum"
|
|
|
|
@${ECHO_MSG}
|
|
|
|
.endif
|
2004-05-06 06:33:39 +02:00
|
|
|
|
2003-02-07 19:42:25 +01:00
|
|
|
post-patch:
|
2003-09-24 20:38:54 +02:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \
|
|
|
|
${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g'
|
|
|
|
@${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \
|
|
|
|
${WRKSRC}/configure
|
2004-06-26 05:28:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
|
|
|
|
s|%%X11BASE%%|${X11BASE}|g' \
|
2004-04-05 05:11:39 +02:00
|
|
|
${WRKSRC}/gtk/xdgmime/xdgmime.c
|
1999-01-20 23:14:29 +01:00
|
|
|
|
|
|
|
pre-build:
|
2004-04-05 05:11:39 +02:00
|
|
|
@${RM} -rf ${WRKSRC}/docs/gtk.info*
|
1999-01-20 23:14:29 +01:00
|
|
|
|
2004-12-13 01:59:03 +01:00
|
|
|
post-install:
|
2004-12-20 07:02:51 +01:00
|
|
|
@${MKDIR} ${PREFIX}/lib/gtk-2.0/modules
|
|
|
|
@${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines
|
2004-12-13 01:59:03 +01:00
|
|
|
|
1999-01-20 23:14:29 +01:00
|
|
|
.include <bsd.port.mk>
|