aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome_subr
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-10-31 09:08:29 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-10-31 09:08:29 +0000
commit791210a7babca44192cdef7bbcdc3efec3bdca7e (patch)
tree951799e47feb20bd6cb43eba9ae099ea1ef64d01 /sysutils/gnome_subr
parent8e7a15f2311c69de99558dcee9c9bf427e2dc1e1 (diff)
downloadports-791210a7babca44192cdef7bbcdc3efec3bdca7e.tar.gz
ports-791210a7babca44192cdef7bbcdc3efec3bdca7e.zip
Add gnome_subr.
Notes
Notes: svn path=/head/; revision=175758
Diffstat (limited to 'sysutils/gnome_subr')
-rw-r--r--sysutils/gnome_subr/Makefile22
-rw-r--r--sysutils/gnome_subr/files/gnome.subr9
-rw-r--r--sysutils/gnome_subr/pkg-descr3
3 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/gnome_subr/Makefile b/sysutils/gnome_subr/Makefile
new file mode 100644
index 000000000000..ead0947229b9
--- /dev/null
+++ b/sysutils/gnome_subr/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gnome_subr
+# Date created: 31 Oct 2006
+# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome_subr
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+DISTFILES=
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Common startup and shutdown subroutines used by GNOME scripts
+
+NO_BUILD= yes
+PLIST_FILES= etc/gnome.subr
+
+do-install:
+ ${INSTALL_DATA} ${FILESDIR}/gnome.subr ${PREFIX}/etc
+
+.include <bsd.port.mk>
diff --git a/sysutils/gnome_subr/files/gnome.subr b/sysutils/gnome_subr/files/gnome.subr
new file mode 100644
index 000000000000..5d0be138efbc
--- /dev/null
+++ b/sysutils/gnome_subr/files/gnome.subr
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+# Add the following to /etc/rc.conf to start GNOME services (dbus,
+# hald, gdm, and so on) at boot time:
+#
+# gnome_enable="YES"
+#
+
+gnome_enable=${gnome_enable-"NO"}
diff --git a/sysutils/gnome_subr/pkg-descr b/sysutils/gnome_subr/pkg-descr
new file mode 100644
index 000000000000..b8b66eb918f6
--- /dev/null
+++ b/sysutils/gnome_subr/pkg-descr
@@ -0,0 +1,3 @@
+Common startup and shutdown subroutines used by GNOME scripts.
+
+WWW: http://www.FreeBSD.org/gnome/