summaryrefslogtreecommitdiffstats
path: root/x11/gnomesession/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-01 03:48:18 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-01 03:48:18 +0800
commit424a9737a511bbb90997f0d045ec6eebae27394f (patch)
treebfcaddc1ea9be227109b52dc66e0c67ca15ad92d /x11/gnomesession/Makefile
parent745d054e059152b4ef4af909c492514ac3b4f931 (diff)
downloadmarcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.tar
marcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.tar.gz
marcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.tar.bz2
marcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.tar.lz
marcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.tar.xz
marcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.tar.zst
marcuscom-ports-424a9737a511bbb90997f0d045ec6eebae27394f.zip
Re-add gnomesession, at 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2324 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomesession/Makefile')
-rw-r--r--x11/gnomesession/Makefile47
1 files changed, 47 insertions, 0 deletions
diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile
new file mode 100644
index 000000000..da845c8a9
--- /dev/null
+++ b/x11/gnomesession/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: gnomesession
+# Date created: 08 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnomesession/Makefile,v 1.36 2004/05/09 20:02:38 marcus Exp $
+#
+
+PORTNAME= gnomesession
+PORTVERSION= 2.7.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME} \
+ http://people.FreeBSD.org/~marcus/:local \
+ ${MASTER_SITE_LOCAL:S/$/:local/}
+MASTER_SITE_SUBDIR= sources/gnome-session/2.7 \
+ marcus/:local
+DISTNAME= gnome-session-${PORTVERSION}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${SPLASH_IMG}:local
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Session component for the GNOME 2 desktop
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack libgnomeui
+USE_GMAKE= yes
+USE_LIBTOOL_VER=13
+CONFIGURE_ARGS= --with-halt-command=/sbin/shutdown \
+ --with-reboot-command=/sbin/shutdown
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \
+ gnome-session-save.1
+MAN5= default.session.5
+
+SPLASH_IMG= gnome-splash04-12.png
+
+post-extract:
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/${SPLASH_IMG} ${WRKDIR}
+
+post-install:
+ ${INSTALL_DATA} ${WRKDIR}/${SPLASH_IMG} \
+ ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png
+
+.include <bsd.port.mk>