summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-01 04:24:38 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-01 04:24:38 +0800
commit147b58841711af9617e4621745290b2ae9d9f35e (patch)
tree58eb8968d15ec1da39e7dc606e9b350c23067772 /x11/gnome-session/Makefile
parent989768145e000ebf737ebec15565a7b99cca7da2 (diff)
downloadmarcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.tar
marcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.tar.gz
marcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.tar.bz2
marcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.tar.lz
marcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.tar.xz
marcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.tar.zst
marcuscom-ports-147b58841711af9617e4621745290b2ae9d9f35e.zip
Re-add gnomesession, at 2.9.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3181 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r--x11/gnome-session/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
new file mode 100644
index 000000000..27f77eb43
--- /dev/null
+++ b/x11/gnome-session/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: gnomesession
+# Date created: 08 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnomesession
+PORTVERSION= 2.9.2
+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.9 \
+ marcus/:local
+DISTNAME= gnome-session-${PORTVERSION}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${SPLASH_IMG}:local
+DIST_SUBDIR= gnome2
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+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 libgnomeui
+USE_GMAKE= yes
+USE_LIBTOOL_VER=15
+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
+GCONF_SCHEMAS= gnome-session.schemas
+
+SPLASH_IMG= gnome-splash28.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>