summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>1999-08-20 21:09:35 +0000
committersada <sada@FreeBSD.org>1999-08-20 21:09:35 +0000
commite5f037a885b2e08290768e76e80ee2a4e1495e6f (patch)
tree27b15f3b08bdf3e9e37131967139ad9639cd60be /x11-wm
parentfdc1a2cf30c2857c6bfc65d988a7cfd0862aaf74 (diff)
downloadFreeBSD-ports-e5f037a885b2e08290768e76e80ee2a4e1495e6f.zip
FreeBSD-ports-e5f037a885b2e08290768e76e80ee2a4e1495e6f.tar.gz
* Fix wm-oldmenu2new.
* Add new options: USE_GNOME, USE_KDE. * Change DESCR's WWW field. PR: ports/13187 Submitted by: Maintainer
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 d019c4d..9e3870a 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 1249e9d..968b386 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/
OpenPOWER on IntegriCloud