2002-05-15 00:52:45 -04:00
|
|
|
# New ports collection makefile for: gedit2
|
|
|
|
# Date created: 14 May 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1999-06-06 13:55:43 -04:00
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-06-06 13:55:43 -04:00
|
|
|
#
|
|
|
|
|
2002-05-15 00:52:45 -04:00
|
|
|
PORTNAME= gedit2
|
2004-06-25 21:59:54 -04:00
|
|
|
PORTVERSION= 2.6.2
|
2004-08-29 01:23:24 -04:00
|
|
|
PORTREVISION= 2
|
1999-11-20 19:41:57 -05:00
|
|
|
CATEGORIES= editors gnome
|
2000-11-30 13:16:36 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-04-04 23:11:39 -04:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
|
2002-06-26 05:18:37 -04:00
|
|
|
DISTNAME= gedit-${PORTVERSION}
|
2002-05-15 00:52:45 -04:00
|
|
|
DIST_SUBDIR= gnome2
|
1999-06-06 13:55:43 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
2003-09-18 02:49:37 -04:00
|
|
|
COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment
|
1999-06-06 13:55:43 -04:00
|
|
|
|
2004-08-29 01:23:24 -04:00
|
|
|
LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell
|
2002-04-13 19:21:55 -04:00
|
|
|
|
2002-05-15 00:52:45 -04:00
|
|
|
USE_BZIP2= yes
|
1999-06-06 13:55:43 -04:00
|
|
|
USE_X_PREFIX= yes
|
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
2003-09-18 02:49:37 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-04-19 20:45:16 -04:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 13:43:11 -04:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2004-04-04 23:11:39 -04:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier \
|
|
|
|
libgnomeprintui libgnomeui eel2 gtksourceview
|
2000-04-19 20:45:16 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
2003-09-18 02:49:37 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-04-04 23:11:39 -04:00
|
|
|
PLIST_SUB= VERSION="2.6"
|
1999-06-06 13:55:43 -04:00
|
|
|
|
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
2003-09-18 02:49:37 -04:00
|
|
|
MAN1= gedit.1
|
2002-07-18 14:43:18 -04:00
|
|
|
|
1999-06-06 13:55:43 -04:00
|
|
|
.include <bsd.port.mk>
|