2013-09-03 11:59:01 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $
|
1999-06-06 19:55:43 +02:00
|
|
|
|
2005-01-25 00:36:14 +01:00
|
|
|
PORTNAME= gedit
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.30.4
|
2014-04-23 15:25:16 +02:00
|
|
|
PORTREVISION= 4
|
1999-11-21 01:41:57 +01:00
|
|
|
CATEGORIES= editors gnome
|
2009-01-10 06:22:13 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-05-15 06:52:45 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
1999-06-06 19:55:43 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-04-11 17:00:55 +02:00
|
|
|
COMMENT= Small but powerful text editor for GNOME 2 Desktop Environment
|
1999-06-06 19:55:43 +02:00
|
|
|
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
2014-04-11 17:00:55 +02:00
|
|
|
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
|
|
|
|
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
|
2002-04-14 01:21:55 +02:00
|
|
|
|
2014-04-23 15:25:16 +02:00
|
|
|
USES= desktop-file-utils gettext gmake libtool:keepla pathfix \
|
|
|
|
pkgconfig tar:bzip2
|
2014-04-23 19:00:53 +02:00
|
|
|
USE_XORG= ice sm
|
2004-11-16 08:34:58 +01:00
|
|
|
INSTALLS_OMF= yes
|
2014-04-11 17:00:55 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-04-11 17:00:55 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack gconf2 gtksourceview2 gnomedocutils
|
|
|
|
GNU_CONFIGURE= yes
|
2010-11-20 16:37:08 +01:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-10-25 01:37:25 +02:00
|
|
|
PLIST_SUB= VERSION="2.20"
|
1999-06-06 19:55:43 +02:00
|
|
|
|
2006-10-14 10:35:50 +02:00
|
|
|
GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas
|
2002-07-18 20:43:18 +02:00
|
|
|
|
2014-08-09 17:44:27 +02:00
|
|
|
OPTIONS_DEFINE= PYTHON
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
PYTHON_CONFIGURE_ENABLE=python
|
|
|
|
PYTHON_USE= GNOME=pygtksourceview
|
2006-04-30 02:47:21 +02:00
|
|
|
|
2014-04-23 19:00:53 +02:00
|
|
|
post-patch:
|
2014-09-02 16:42:41 +02:00
|
|
|
@${REINPLACE_CMD} '/^libgedit_la_LIBADD =/s/=/= -lgmodule-2.0/' \
|
|
|
|
${WRKSRC}/gedit/Makefile.in
|
|
|
|
@${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \
|
2014-04-23 19:00:53 +02:00
|
|
|
${WRKSRC}/gedit/smclient/Makefile.in
|
|
|
|
|
2014-08-09 17:44:27 +02:00
|
|
|
.include <bsd.port.mk>
|