diff options
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 15 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/pkg-descr | 3 |
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/ |