From 062c636341c2a4d2f8e4d95f989a91fb099b7622 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 8 Jul 2005 09:47:02 +0000 Subject: Changes 0.92.0: * added support for X Input Methods * improved hiding/unhiding animations to be quicker and do less icon shuffling * fixed gcc and libxft complilation issues * fixed many bugs --- wm/windowmaker/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'wm/windowmaker/Makefile') diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 7dd1ec8fed8..552b28b3602 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2005/06/01 18:03:26 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2005/07/08 09:47:02 adam Exp $ -DISTNAME= WindowMaker-0.91.0 +DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} -PKGREVISION= 1 CATEGORIES= x11 wm windowmaker MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/ \ ftp://ftp.ics.es.osaka-u.ac.jp/mirrors/WindowMaker/source/release/ @@ -12,15 +11,16 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.windowmaker.org/ COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone -BUILD_USES_MSGFMT= YES +BUILD_USES_MSGFMT= yes -USE_PKGINSTALL= YES -USE_PKGLOCALEDIR= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-usermenu \ - --sysconfdir=${PKG_SYSCONFBASEDIR} \ - --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale +USE_LIBTOOL= yes +USE_PKGINSTALL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-usermenu +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} +CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale +CONFIGURE_ARGS+= --without-gnustepdir CONFIGURE_ENV+= LINGUAS=yes CONFIGURE_ENV+= CPP_PATH="${CPP}" @@ -36,7 +36,7 @@ PKG_SYSCONFSUBDIR= WindowMaker EGDIR= ${PREFIX}/share/examples/WindowMaker CONF_FILES= .for f in WMGLOBAL WMRootMenu WMState WMWindowAttributes WindowMaker -CONF_FILES+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f +CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor .undef f -- cgit v1.2.3