aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-08-20 21:09:35 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-08-20 21:09:35 +0000
commit1bd703e3ab61da36f85ed6f4725711d7bbd5413b (patch)
treeecacb58901651cdef2c3c1eed0c5449d1700047d /x11-wm
parent7d71d6f998633c1fef360bcae724f1b9b08d3aa1 (diff)
downloadports-1bd703e3ab61da36f85ed6f4725711d7bbd5413b.tar.gz
ports-1bd703e3ab61da36f85ed6f4725711d7bbd5413b.zip
* Fix wm-oldmenu2new.
* Add new options: USE_GNOME, USE_KDE. * Change DESCR's WWW field. PR: ports/13187 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=20835
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker-i18n/Makefile15
-rw-r--r--x11-wm/windowmaker-i18n/pkg-descr3
2 files changed, 16 insertions, 2 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile
index d019c4dd75f7..9e3870aa6a78 100644
--- a/x11-wm/windowmaker-i18n/Makefile
+++ b/x11-wm/windowmaker-i18n/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Nov 1998
# Whom: mac@jp.freebsd.org
#
-# $Id: Makefile,v 1.58 1999/05/27 07:32:45 tg Exp $
+# $Id: Makefile,v 1.59 1999/07/17 03:50:11 cpiazza Exp $
#
DISTNAME= WindowMaker-0.60.0
@@ -46,6 +46,19 @@ MASTER_SITES+= ftp://muse.brain.riken.go.jp/pub/ja.po/
DISTFILES+= ${JA_CATALOGFILE}${EXTRACT_SUFX}
.endif
+.if defined(USE_GNOME)
+CONFIGURE_ARGS+= --enable-gnome
+.endif
+.if defined(USE_KDE)
+CONFIGURE_ARGS+= --enable-kde
+.endif
+
+.SILENT:
+.if !defined(USE_KDE) && !defined(USE_GNOME)
+pre-extract:
+ ${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE"
+.endif
+
.include <bsd.port.pre.mk>
post-patch:
diff --git a/x11-wm/windowmaker-i18n/pkg-descr b/x11-wm/windowmaker-i18n/pkg-descr
index 1249e9db102d..968b386d29af 100644
--- a/x11-wm/windowmaker-i18n/pkg-descr
+++ b/x11-wm/windowmaker-i18n/pkg-descr
@@ -12,4 +12,5 @@ wsetfont, see help of wsetfont.
If you use with xdm, set your LANG enviroment variable in your .xsession.
-WWW: http://www.st.rim.or.jp/~mac/FreeBSD/wmaker/
+Japanese Information for this ports
+WWW: http://www.clave.gr.jp/~mac/FreeBSD/wmaker/