aboutsummaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-04-11 12:04:47 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-04-11 12:04:47 +0000
commit999748d72abd8ae443c8d984b7ab3b6cd60a313a (patch)
tree48e8a67e61d3b0acec3fd02d1a95528fd406d271 /x11/wdm
parentc9aeee376d68ea366dc6605d3d154b3a72941a14 (diff)
downloadports-999748d72abd8ae443c8d984b7ab3b6cd60a313a.tar.gz
ports-999748d72abd8ae443c8d984b7ab3b6cd60a313a.zip
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile14
-rw-r--r--x11/wdm/distinfo1
-rw-r--r--x11/wdm/pkg-plist1
3 files changed, 11 insertions, 5 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index c5d607b49bb1..24648c7446fe 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -10,8 +10,10 @@ PORTVERSION= 1.20
PORTREVISION= 1
CATEGORIES= x11 windowmaker
MASTER_SITES= http://www.tcscs.com/wdm/wdm/ \
- http://www.de.freebsd.org/de/gif/bsd/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC}
+ http://www.de.freebsd.org/de/gif/bsd/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= tg
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPICS}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
@@ -31,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
CONFIGURE_ARGS= --with-logdir=/var/log \
--with-runlockdir=/var/run \
--with-wdmdir=${PREFIX}/lib/X11/wdm \
- --with-Logo=Earth200x130.xpm \
+ --with-Logo=beastie.xpm \
--with-gfx-incs=${X11BASE}/include/WINGs \
--with-gfx-libs=${X11BASE}/lib \
--with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \
@@ -47,7 +49,7 @@ CONFIGURE_ENV+= LIBS="-Wl,-export-dynamic ${X11BASE}/lib/libXinerama.a"
MAN1= wdm.1 wdmLogin.1
-DAEMONPIC= daemon1-HQ-1280x960.jpg
+DAEMONPICS= beastie.xpm daemon1-HQ-1280x960.jpg
.if defined(WITH_PAM)
CONFIGURE_ARGS+= --enable-pam
@@ -85,6 +87,8 @@ post-install:
${MV} ${PREFIX}/lib/X11/wdm/Xsetup_0.preserve \
${PREFIX}/lib/X11/wdm/Xsetup_0; \
fi
- @${INSTALL_DATA} ${_DISTDIR}/${DAEMONPIC} ${PREFIX}/lib/X11/wdm/pixmaps
+.for file in ${DAEMONPICS}
+ @${INSTALL_DATA} ${_DISTDIR}/${file} ${PREFIX}/lib/X11/wdm/pixmaps
+.endfor
.include <bsd.port.post.mk>
diff --git a/x11/wdm/distinfo b/x11/wdm/distinfo
index de213652cf9a..4bc992101996 100644
--- a/x11/wdm/distinfo
+++ b/x11/wdm/distinfo
@@ -1,2 +1,3 @@
MD5 (wdm/wdm-1.20.tar.gz) = ad6e284113f72dcfce92cf6b1cba54fb
+MD5 (wdm/beastie.xpm) = 0891d7d8ac81514f10aafeb8f8a89ca2
MD5 (wdm/daemon1-HQ-1280x960.jpg) = b38f175cf6b7167484afac423837ed1a
diff --git a/x11/wdm/pkg-plist b/x11/wdm/pkg-plist
index 3654c9b8facb..306f83b41922 100644
--- a/x11/wdm/pkg-plist
+++ b/x11/wdm/pkg-plist
@@ -22,6 +22,7 @@ lib/X11/wdm/pixmaps/GnuLinux-logo.jpg
lib/X11/wdm/pixmaps/README
lib/X11/wdm/pixmaps/Stars.jpg
lib/X11/wdm/pixmaps/StarsLogo.jpg
+lib/X11/wdm/pixmaps/beastie.xpm
lib/X11/wdm/pixmaps/daemon1-HQ-1280x960.jpg
lib/X11/wdm/pixmaps/gnuLogo.xpm
@unexec if cmp -s %D/lib/X11/wdm/wdm-config.dist %D/lib/X11/wdm/wdm-config; then rm -f %D/lib/X11/wdm/wdm-config; fi