summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /x11/gnome-session/Makefile
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r--x11/gnome-session/Makefile62
1 files changed, 0 insertions, 62 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
deleted file mode 100644
index 4b30a839c..000000000
--- a/x11/gnome-session/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: gnomesession
-# Date created: 08 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnome-session/Makefile,v 1.168 2009/03/09 20:08:47 marcus Exp $
-#
-
-PORTNAME= gnome-session
-PORTVERSION= 2.26.0
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME \
- http://www.marcuscom.com/downloads/:local
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${SPLASHES}:local
-DIST_SUBDIR= gnome2
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Session component for the GNOME 2 desktop
-
-BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \
- notify.1:${PORTSDIR}/devel/libnotify \
- execinfo:${PORTSDIR}/devel/libexecinfo
-RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
- ${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
-
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-USE_BZIP2= yes
-USE_XORG= xau xrandr
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
-GNOME_DESKTOP_VERSION=2
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-docbook-docs
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gnome-session.1 gnome-wm.1 session-properties.1 \
- gnome-session-save.1
-MAN5= default.session.5
-GCONF_SCHEMAS= gnome-session.schemas
-
-SPLASHES= freebsd-splashes-gnome-2.18_1.tar
-
-post-extract:
- cd ${WRKDIR} && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${SPLASHES}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/data/gnome-splash.png \
- ${PREFIX}/share/pixmaps/splash/original-gnome-splash.png
-# ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \
-# ${PREFIX}/share/pixmaps/splash/gnome-splash.png
-.for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png franz-splash_218.png adamw-bat-2.18.jpg adamw-conky-2.18.png adamw-cow-2.18.png adamw-mouth-2.18.png adamw-swing-2.18.png
- ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.18/${splash} \
- ${PREFIX}/share/pixmaps/splash
-.endfor
-
-.include <bsd.port.mk>