summaryrefslogtreecommitdiff
path: root/x11/kde4-workspace/Makefile
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>1999-12-07 15:46:35 +0000
committerR. Imura <imura@FreeBSD.org>1999-12-07 15:46:35 +0000
commita913ab386b73a67d9134ac7f03ef8534009cae1a (patch)
treee09c935554feea331e2f2cf88040fcda82f24b8f /x11/kde4-workspace/Makefile
parentRemove duplicated entries. (diff)
It must fix a package's kdm problem and screenlock's problem.
PR: 14205, 14188
Notes
Notes: svn path=/head/; revision=23631
Diffstat (limited to 'x11/kde4-workspace/Makefile')
-rw-r--r--x11/kde4-workspace/Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index 5714fad5dbe3..3e7077cbcc3c 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -22,11 +22,24 @@ LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)"
+CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
+ "--with-xdmdir=${X11BASE}/lib/X11/xdm"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555"
+ INSTALL_SCRIPT="install -c -m 555" \
+ PATH="${PATH}:${X11BASE}/bin"
USE_GMAKE= yes
MAKE_ENV= RM=${RM}
CFLAGS+= "-I$(PREFIX)/include"
+KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
+ kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
+ khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
+ kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
+ kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
+
+post-install:
+.for KSS in $(KSSES)
+ $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
+.endfor
+
.include <bsd.port.mk>