diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /sysutils/gnome-system-tools/Makefile | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/Makefile')
-rw-r--r-- | sysutils/gnome-system-tools/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile deleted file mode 100644 index 3be313b26..000000000 --- a/sysutils/gnome-system-tools/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomesystemtools -# Date created: 17 May 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.102 2010/09/27 17:55:43 kwm Exp $ -# - -PORTNAME= gnome-system-tools -PORTVERSION= 2.32.0 -PORTREVISION= 1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Tools to configure workstations - -LIB_DEPENDS= oobs-1.5:${PORTSDIR}/devel/liboobs \ - polkit-gtk-1.0:${PORTSDIR}/sysutils/polkit-gnome - -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 -USE_AUTOTOOLS= libtool:22 -INSTALLS_OMF= yes -CONFIGURE_ARGS= --enable-services -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GLIB_SCHEMAS= org.gnome.system-tools.gschema.xml - -.include <bsd.port.mk> |