diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-16 04:58:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-16 04:58:42 +0800 |
commit | eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f (patch) | |
tree | e08c8b8c71f05224933c730d5ae25e91ccd1582e /editors/gedit3/Makefile | |
parent | 91ea288e3aac85ba620814ce6081b9db93da3923 (diff) | |
download | marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.tar marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.tar.gz marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.tar.bz2 marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.tar.lz marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.tar.xz marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.tar.zst marcuscom-ports-eb8d9facb51ecedd0a9ed0ce8d35c9b324957d9f.zip |
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15035 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit3/Makefile')
-rw-r--r-- | editors/gedit3/Makefile | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile new file mode 100644 index 000000000..422ad39dc --- /dev/null +++ b/editors/gedit3/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: gedit2 +# Date created: 14 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/editors/gedit/Makefile,v 1.125 2010/09/30 19:58:54 kwm Exp $ +# + +PORTNAME= gedit +PORTVERSION= 2.91.5 +CATEGORIES= editors gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A small but powerful text editor for GNOME 3 Desktop Environment + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ + peas-gtk-1.0.0:${PORTSDIR}/devel/libpeas \ + soup-2.4.1:${PORTSDIR}/devel/libsoup +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas + +USE_XORG= sm +USE_BZIP2= yes +USE_GETTEXT= yes +USE_PYTHON= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +#USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ +# desktopfileutils gnomedocutils ltasneededhack +USE_GNOME= gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \ + desktopfileutils gnomedocutils +GNOME_DESKTOP_VERSION=3 +CONFIGURE_ARGS= --disable-updater +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +PLIST_SUB= VERSION="3.0" + +MAN1= gedit.1 +GLIB_SCHEMAS= org.gnome.gedit.enums.xml \ + org.gnome.gedit.gschema.xml \ + org.gnome.gedit.plugins.filebrowser.enums.xml \ + org.gnome.gedit.plugins.filebrowser.gschema.xml \ + org.gnome.gedit.plugins.pythonconsole.gschema.xml \ + org.gnome.gedit.plugins.time.enums.xml \ + org.gnome.gedit.plugins.time.gschema.xml + +post-install: + @-update-desktop-database + +.include <bsd.port.mk> |