summaryrefslogtreecommitdiff
path: root/x11/gdm/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-11-15 00:07:02 +0000
committertron <tron>1999-11-15 00:07:02 +0000
commitc6a5ad7ca70e60e70c70804c37ce76567f4d4256 (patch)
tree1bd21250b354aa650690c7633fce8d49aeb1ef2e /x11/gdm/Makefile
parent65f816c268c2e4ebb02968ba8ec99d032dfbcaf4 (diff)
downloadpkgsrc-c6a5ad7ca70e60e70c70804c37ce76567f4d4256.tar.gz
- Use daemon picture in greeter window like the "kdebase" package.
- Store process id in "/var/run/xdm.pid" so that our "rc.shutdown" will terminate "gdm".
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r--x11/gdm/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 842ef408935..f94ac01ef07 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.4 1999/11/11 11:54:10 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/11/15 00:07:02 tron Exp $
DISTNAME= gdm-2.0beta4
PKGNAME= gdm-2.0b4
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/} \
+ ${MASTER_SITE_LOCAL}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
GNU_CONFIGURE= yes
USE_X11BASE= yes
@@ -87,6 +91,7 @@ post-install:
${INSTALL_DATA} $$SOURCE $$TARGET; \
fi
.endfor
+ ${INSTALL_DATA} ${DISTDIR}/Daemon.png ${PREFIX}/share/pixmaps
${LN} -fs Gnome ${GDMCFGDIR}/Sessions/Default
.include "../../mk/bsd.pkg.mk"