DESCR

Window Maker is a window manager designed to emulate the look
and feel of part of the NEXTSTEP(tm) GUI. It's supposed to be fast,
relatively small, feature rich and easy to configure, with
a simple and elegant appearance borrowed from NEXTSTEP(tm).

MESSAGE

===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:41 wiz Exp $

If you'd like to display multibyte characters, e.g. kanji, set the
MultiByteText option to YES in ~/GNUstep/Defaults/WindowMaker and in
~/GNUstep/Defaults/WMGLOBAL.

===========================================================================

Makefile

# $NetBSD: Makefile,v 1.83 2010/06/13 22:45:31 wiz Exp $

DISTNAME= WindowMaker-0.92.0
PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/}
PKGREVISION= 12
CATEGORIES= x11 wm windowmaker
MASTER_SITES= http://windowmaker.info/pub/source/release/ \
ftp://ftp.dti.ad.jp/pub/X/WindowMaker/source/release/
EXTRACT_SUFX= .tar.bz2

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.windowmaker.info/
COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone

BROKEN_GETTEXT_DETECTION= yes

USE_TOOLS+= msgfmt
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-usermenu
CONFIGURE_ARGS+= --enable-xinerama
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --with-gnustepdir=${PREFIX}/share/GNUstep
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ENV+= LINGUAS=yes
CONFIGURE_ENV+= CPP_PATH=${CPP:Q}
REPLACE_PERL+= util/wkdemenu.pl

PKG_DESTDIR_SUPPORT= user-destdir

INSTALLATION_DIRS= share/WindowMaker/SoundSets
INSTALLATION_DIRS+= share/WindowMaker/Sounds
INSTALLATION_DIRS+= share/doc/WindowMaker

.include "../../mk/compiler.mk"

.if ${MACHINE_ARCH} != "i386"
CONFIGURE_ENV+= ac_cv_c_inline_asm=no
.endif

.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 3.0
.endif

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}
.endfor

# WINDOWMAKER_OPTIONS is a space-separated list of compile-time options
# to support. Currently supported options:
#
# kde enable support for kde/kwm window manager hints
# gnome enable support for GNOME window manager hints
# openlook enable support for OPEN LOOK(tm) window manager hints
# vdesktop enable support for virtual desktop.

WINDOWMAKER_OPTIONS?= gnome kde openlook vdesktop

BUILD_DEFS+= WINDOWMAKER_OPTIONS

.for option in ${WINDOWMAKER_OPTIONS}
CONFIGURE_ARGS+= --enable-${option}
.endfor

post-extract:
${RM} -f ${WRKSRC}/WindowMaker/Defaults/WMState \
${WRKSRC}/WindowMaker/Defaults/WMWindowAttributes \
${WRKSRC}/WindowMaker/Defaults/WindowMaker \
${WRKSRC}/po/zh_TW.Big5.po
set -e; \
for manfile in ${WRKSRC}/doc/*.1x ${WRKSRC}/doc/*/*.1x; \
do \
${MV} "$$manfile" `${ECHO} "$$manfile" | ${SED} "s/1x$$/1/"`; \
done;
set -e; \
cd ${WRKSRC} && \
for f in WINGs/wapplication.c WindowMaker/Defaults/WindowMaker.in \
WPrefs.app/Paths.c WindowMaker/menu* WindowMaker/plmenu*; do \
${SED} -e "s|/usr/local|${PREFIX}|g" \
-e "s|${PREFIX}/GNUstep|${PREFIX}/share/GNUstep|g" \
"$$f" > "$$f".new && \
${MV} "$$f".new "$$f"; \
done

post-install:
${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/SoundSets/.directory
${TOUCH} ${DESTDIR}${PREFIX}/share/WindowMaker/Sounds/.directory
cd ${WRKSRC} && \
${INSTALL_DATA} \
README README.definable-cursor FAQ FAQ.I18N \
${DESTDIR}${PREFIX}/share/doc/WindowMaker

.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

PLIST

@comment $NetBSD: PLIST,v 1.17 2009/06/14 21:40:05 joerg Exp $
bin/convertfonts
bin/get-wings-flags
bin/get-wraster-flags
bin/get-wutil-flags
bin/geticonset
bin/getstyle
bin/seticons
bin/setstyle
bin/wdread
bin/wdwrite
bin/wkdemenu.pl
bin/wm-oldmenu2new
bin/wmagnify
bin/wmaker
bin/wmaker.inst
bin/wmsetbg
bin/wmsetup
bin/wxcopy
bin/wxpaste
include/WINGs/WINGs.h
include/WINGs/WINGsP.h
include/WINGs/WUtil.h
include/WINGs/proplist-compat.h
include/WINGs/wtabledelegates.h
include/WINGs/wtableview.h
include/WMaker.h
include/wraster.h
lib/libExtraWINGs.a
lib/libWINGs.a
lib/libWMaker.a
lib/libWUtil.a
lib/libwraster.la
lib/pkgconfig/WINGs.pc
lib/pkgconfig/wmlib.pc
lib/pkgconfig/wrlib.pc
man/man1/geticonset.1
man/man1/getstyle.1
man/man1/seticons.1
man/man1/setstyle.1
man/man1/wdwrite.1
man/man1/wmaker.1
man/man1/wmsetbg.1
man/man1/wxcopy.1
man/man1/wxpaste.1
man/sk/man1/geticonset.1
man/sk/man1/getstyle.1
man/sk/man1/seticons.1
man/sk/man1/setstyle.1
man/sk/man1/wdwrite.1
man/sk/man1/wmaker.1
man/sk/man1/wmsetbg.1
man/sk/man1/wxcopy.1
man/sk/man1/wxpaste.1
share/GNUstep/Applications/WPrefs.app/WPrefs
share/GNUstep/Applications/WPrefs.app/WPrefs.tiff
share/GNUstep/Applications/WPrefs.app/WPrefs.xpm
share/GNUstep/Applications/WPrefs.app/tiff/advancetonewworkspace.tiff
share/GNUstep/Applications/WPrefs.app/tiff/animations.tiff
share/GNUstep/Applications/WPrefs.app/tiff/appearance.tiff
share/GNUstep/Applications/WPrefs.app/tiff/clip.tiff
share/GNUstep/Applications/WPrefs.app/tiff/configs.tiff
share/GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff
share/GNUstep/Applications/WPrefs.app/tiff/dock.tiff
share/GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff
share/GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff
share/GNUstep/Applications/WPrefs.app/tiff/expert.tiff
share/GNUstep/Applications/WPrefs.app/tiff/fonts.tiff
share/GNUstep/Applications/WPrefs.app/tiff/iconprefs.tiff
share/GNUstep/Applications/WPrefs.app/tiff/keyboard.tiff
share/GNUstep/Applications/WPrefs.app/tiff/keyboardprefs.tiff
share/GNUstep/Applications/WPrefs.app/tiff/keyshortcuts.tiff
share/GNUstep/Applications/WPrefs.app/tiff/menualign1.tiff
share/GNUstep/Applications/WPrefs.app/tiff/menualign2.tiff
share/GNUstep/Applications/WPrefs.app/tiff/menuprefs.tiff
share/GNUstep/Applications/WPrefs.app/tiff/menus.tiff
share/GNUstep/Applications/WPrefs.app/tiff/moreanim.tiff
share/GNUstep/Applications/WPrefs.app/tiff/mousesettings.tiff
share/GNUstep/Applications/WPrefs.app/tiff/mousespeed.tiff
share/GNUstep/Applications/WPrefs.app/tiff/msty1.tiff
share/GNUstep/Applications/WPrefs.app/tiff/msty2.tiff
share/GNUstep/Applications/WPrefs.app/tiff/msty3.tiff
share/GNUstep/Applications/WPrefs.app/tiff/newstyle.tiff
share/GNUstep/Applications/WPrefs.app/tiff/nonopaque.tiff
share/GNUstep/Applications/WPrefs.app/tiff/oldstyle.tiff
share/GNUstep/Applications/WPrefs.app/tiff/opaque.tiff
share/GNUstep/Applications/WPrefs.app/tiff/paths.tiff
share/GNUstep/Applications/WPrefs.app/tiff/smooth.tiff
share/GNUstep/Applications/WPrefs.app/tiff/sound.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed0.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed0s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed1.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed1s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed2.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed2s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed3.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed3s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed4.tiff
share/GNUstep/Applications/WPrefs.app/tiff/speed4s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/tdel.tiff
share/GNUstep/Applications/WPrefs.app/tiff/tedit.tiff
share/GNUstep/Applications/WPrefs.app/tiff/textr.tiff
share/GNUstep/Applications/WPrefs.app/tiff/theme.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer0.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer0s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer1.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer1s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer2.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer2s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer3.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer3s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer4.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer4s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer5.tiff
share/GNUstep/Applications/WPrefs.app/tiff/timer5s.tiff
share/GNUstep/Applications/WPrefs.app/tiff/tnew.tiff
share/GNUstep/Applications/WPrefs.app/tiff/whandling.tiff
share/GNUstep/Applications/WPrefs.app/tiff/windowfocus.tiff
share/GNUstep/Applications/WPrefs.app/tiff/workspace.tiff
share/GNUstep/Applications/WPrefs.app/tiff/workspacename.tiff
share/GNUstep/Applications/WPrefs.app/tiff/xis.tiff
share/WINGs/Images.tiff
share/WINGs/Images.xpm
share/WINGs/defaultIcon.tiff
share/WINGs/defaultIcon.xpm
share/WindowMaker/Backgrounds/BlueImage.jpeg
share/WindowMaker/IconSets/Default.iconset
share/WindowMaker/Icons/BitchX.tiff
share/WindowMaker/Icons/BitchX.xpm
share/WindowMaker/Icons/DefaultAppIcon.tiff
share/WindowMaker/Icons/Ftp.png
share/WindowMaker/Icons/GNUstep.tiff
share/WindowMaker/Icons/GNUstep.xpm
share/WindowMaker/Icons/GNUstep3D.tiff
share/WindowMaker/Icons/GNUstep3D.xpm
share/WindowMaker/Icons/GNUstepGlow.tiff
share/WindowMaker/Icons/GNUstepGlow.xpm
share/WindowMaker/Icons/GNUterm.tiff
share/WindowMaker/Icons/GNUterm.xpm
share/WindowMaker/Icons/GreenWilber.png
share/WindowMaker/Icons/ICQ.png
share/WindowMaker/Icons/Jabber.png
share/WindowMaker/Icons/Mozilla.png
share/WindowMaker/Icons/Netscape.png
share/WindowMaker/Icons/Pen.png
share/WindowMaker/Icons/Pencil.png
share/WindowMaker/Icons/Real.png
share/WindowMaker/Icons/Shell.png
share/WindowMaker/Icons/Speaker.png
share/WindowMaker/Icons/Terminal.tiff
share/WindowMaker/Icons/Terminal.xpm
share/WindowMaker/Icons/TerminalGNUstep.tiff
share/WindowMaker/Icons/TerminalGNUstep.xpm
share/WindowMaker/Icons/TerminalLinux.tiff
share/WindowMaker/Icons/TerminalLinux.xpm
share/WindowMaker/Icons/XChat.png
share/WindowMaker/Icons/clip.tiff
share/WindowMaker/Icons/clip.xpm
share/WindowMaker/Icons/defaultAppIcon.tiff
share/WindowMaker/Icons/defaultAppIcon.xpm
share/WindowMaker/Icons/defaultterm.tiff
share/WindowMaker/Icons/defaultterm.xpm
share/WindowMaker/Icons/draw.tiff
share/WindowMaker/Icons/draw.xpm
share/WindowMaker/Icons/linuxterm.tiff
share/WindowMaker/Icons/linuxterm.xpm
share/WindowMaker/Icons/mixer.tiff
share/WindowMaker/Icons/mixer.xpm
share/WindowMaker/Icons/notepad.tiff
share/WindowMaker/Icons/notepad.xpm
share/WindowMaker/Icons/pdf.tiff
share/WindowMaker/Icons/pdf.xpm
share/WindowMaker/Icons/ps.tiff
share/WindowMaker/Icons/ps.xpm
share/WindowMaker/Icons/real.tiff
share/WindowMaker/Icons/real.xpm
share/WindowMaker/Icons/sgiterm.tiff
share/WindowMaker/Icons/sgiterm.xpm
share/WindowMaker/Icons/sound.tiff
share/WindowMaker/Icons/sound.xpm
share/WindowMaker/Icons/staroffice2.tiff
share/WindowMaker/Icons/staroffice2.xpm
share/WindowMaker/Icons/timer.tiff
share/WindowMaker/Icons/timer.xpm
share/WindowMaker/Icons/wilber.tiff
share/WindowMaker/Icons/wilber.xpm
share/WindowMaker/Icons/write.tiff
share/WindowMaker/Icons/write.xpm
share/WindowMaker/Icons/xdvi.tiff
share/WindowMaker/Icons/xdvi.xpm
share/WindowMaker/Icons/xv.tiff
share/WindowMaker/Icons/xv.xpm
share/WindowMaker/Pixmaps/swback.png
share/WindowMaker/Pixmaps/swback2.png
share/WindowMaker/Pixmaps/swtile.png
share/WindowMaker/Pixmaps/tile.tiff
share/WindowMaker/Pixmaps/tile.xpm
share/WindowMaker/README
share/WindowMaker/README.themes
share/WindowMaker/SoundSets/.directory
share/WindowMaker/Sounds/.directory
share/WindowMaker/Styles/Autumn.style
share/WindowMaker/Styles/Black.style
share/WindowMaker/Styles/BlackTexture.style
share/WindowMaker/Styles/Blue.style
share/WindowMaker/Styles/BlueDawn.style
share/WindowMaker/Styles/BlueishGreen.style
share/WindowMaker/Styles/Brown.style
share/WindowMaker/Styles/Brownish.style
share/WindowMaker/Styles/Chumbo.style
share/WindowMaker/Styles/Copper.style
share/WindowMaker/Styles/DarkBlue.style
share/WindowMaker/Styles/DarkRed.style
share/WindowMaker/Styles/Emerald.style
share/WindowMaker/Styles/Fire.style
share/WindowMaker/Styles/Food.style
share/WindowMaker/Styles/Golden.style
share/WindowMaker/Styles/Green.style
share/WindowMaker/Styles/GreyBlue.style
share/WindowMaker/Styles/Gtk.style
share/WindowMaker/Styles/IRednBlue.style
share/WindowMaker/Styles/Interlace.style
share/WindowMaker/Styles/LightBlue.style
share/WindowMaker/Styles/NewBlue.style
share/WindowMaker/Styles/NightSky.style
share/WindowMaker/Styles/Pastel.style
share/WindowMaker/Styles/Pink.style
share/WindowMaker/Styles/Pumpkin.style
share/WindowMaker/Styles/Purple.style
share/WindowMaker/Styles/Purplish.style
share/WindowMaker/Styles/Red.style
share/WindowMaker/Styles/RednBlue.style
share/WindowMaker/Styles/Spring.style
share/WindowMaker/Styles/Summer.style
share/WindowMaker/Styles/Traditional.style
share/WindowMaker/Styles/VioletBlue.style
share/WindowMaker/Themes/Default.style
share/WindowMaker/Themes/OpenStep.style
share/WindowMaker/Themes/Pastel.style
share/WindowMaker/Themes/SteelBlueSilk.style
share/WindowMaker/autostart.sh
share/WindowMaker/exitscript.sh
share/WindowMaker/menu
share/WindowMaker/menu.bg
share/WindowMaker/menu.ca
share/WindowMaker/menu.cz
share/WindowMaker/menu.da
share/WindowMaker/menu.de
share/WindowMaker/menu.el
share/WindowMaker/menu.es
share/WindowMaker/menu.fi
share/WindowMaker/menu.fr
share/WindowMaker/menu.gl
share/WindowMaker/menu.he
share/WindowMaker/menu.hr
share/WindowMaker/menu.hu
share/WindowMaker/menu.it
share/WindowMaker/menu.ja
share/WindowMaker/menu.ko
share/WindowMaker/menu.nl
share/WindowMaker/menu.no
share/WindowMaker/menu.pl
share/WindowMaker/menu.pt
share/WindowMaker/menu.ro
share/WindowMaker/menu.ru
share/WindowMaker/menu.se
share/WindowMaker/menu.sk
share/WindowMaker/menu.sl
share/WindowMaker/menu.tr
share/WindowMaker/menu.zh_CN
share/WindowMaker/menu.zh_TW
share/WindowMaker/plmenu
share/WindowMaker/plmenu.bg
share/WindowMaker/plmenu.da
share/WindowMaker/plmenu.de
share/WindowMaker/plmenu.es
share/WindowMaker/plmenu.fi
share/WindowMaker/plmenu.fr
share/WindowMaker/plmenu.hr
share/WindowMaker/plmenu.it
share/WindowMaker/plmenu.ja
share/WindowMaker/plmenu.ko
share/WindowMaker/plmenu.pl
share/WindowMaker/plmenu.ro
share/WindowMaker/plmenu.sk
share/WindowMaker/plmenu.zh_CN
share/WindowMaker/plmenu.zh_TW
share/WindowMaker/wmmacros
share/WindowMaker/xtree.dat
share/doc/WindowMaker/FAQ
share/doc/WindowMaker/FAQ.I18N
share/doc/WindowMaker/README
share/doc/WindowMaker/README.definable-cursor
share/examples/WindowMaker/WMGLOBAL
share/examples/WindowMaker/WMRootMenu
share/examples/WindowMaker/WMState
share/examples/WindowMaker/WMWindowAttributes
share/examples/WindowMaker/WindowMaker
share/locale/bg/LC_MESSAGES/WINGs.mo
share/locale/bg/LC_MESSAGES/WPrefs.mo
share/locale/bg/LC_MESSAGES/WindowMaker.mo
share/locale/ca/LC_MESSAGES/WINGs.mo
share/locale/cs/LC_MESSAGES/WINGs.mo
share/locale/cs/LC_MESSAGES/WPrefs.mo
share/locale/cs/LC_MESSAGES/WindowMaker.mo
share/locale/da/LC_MESSAGES/WindowMaker.mo
share/locale/de/LC_MESSAGES/WINGs.mo
share/locale/de/LC_MESSAGES/WPrefs.mo
share/locale/de/LC_MESSAGES/WindowMaker.mo
share/locale/el/LC_MESSAGES/WindowMaker.mo
share/locale/es/LC_MESSAGES/WPrefs.mo
share/locale/es/LC_MESSAGES/WindowMaker.mo
share/locale/et/LC_MESSAGES/WPrefs.mo
share/locale/et/LC_MESSAGES/WindowMaker.mo
share/locale/fi/LC_MESSAGES/WPrefs.mo
share/locale/fi/LC_MESSAGES/WindowMaker.mo
share/locale/fr/LC_MESSAGES/WINGs.mo
share/locale/fr/LC_MESSAGES/WPrefs.mo
share/locale/fr/LC_MESSAGES/WindowMaker.mo
share/locale/gl/LC_MESSAGES/WindowMaker.mo
share/locale/hr/LC_MESSAGES/WPrefs.mo
share/locale/hr/LC_MESSAGES/WindowMaker.mo
share/locale/hu/LC_MESSAGES/WPrefs.mo
share/locale/hu/LC_MESSAGES/WindowMaker.mo
share/locale/it/LC_MESSAGES/WPrefs.mo
share/locale/it/LC_MESSAGES/WindowMaker.mo
share/locale/ja/LC_MESSAGES/WPrefs.mo
share/locale/ja/LC_MESSAGES/WindowMaker.mo
share/locale/ko/LC_MESSAGES/WPrefs.mo
share/locale/ko/LC_MESSAGES/WindowMaker.mo
share/locale/ms/LC_MESSAGES/WindowMaker.mo
share/locale/nl/LC_MESSAGES/WindowMaker.mo
share/locale/no/LC_MESSAGES/WindowMaker.mo
share/locale/pl/LC_MESSAGES/WindowMaker.mo
share/locale/pt/LC_MESSAGES/WPrefs.mo
share/locale/pt/LC_MESSAGES/WindowMaker.mo
share/locale/ro/LC_MESSAGES/WindowMaker.mo
share/locale/ru/LC_MESSAGES/WPrefs.mo
share/locale/ru/LC_MESSAGES/WindowMaker.mo
share/locale/sk/LC_MESSAGES/WINGs.mo
share/locale/sk/LC_MESSAGES/WPrefs.mo
share/locale/sk/LC_MESSAGES/WindowMaker.mo
share/locale/sv/LC_MESSAGES/WindowMaker.mo
share/locale/tr/LC_MESSAGES/WindowMaker.mo
share/locale/zh_CN/LC_MESSAGES/WPrefs.mo
share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo

buildlink3.mk

# $NetBSD: buildlink3.mk,v 1.19 2010/06/13 22:45:31 wiz Exp $

BUILDLINK_TREE+= windowmaker

.if !defined(WINDOWMAKER_BUILDLINK3_MK)
WINDOWMAKER_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.windowmaker+= windowmaker>=0.80.2nb3
BUILDLINK_ABI_DEPENDS.windowmaker+= windowmaker>=0.92.0nb12
BUILDLINK_PKGSRCDIR.windowmaker?= ../../wm/windowmaker

.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.endif # WINDOWMAKER_BUILDLINK3_MK

BUILDLINK_TREE+= -windowmaker

distinfo

$NetBSD: distinfo,v 1.28 2010/04/21 05:43:28 wiz Exp $

SHA1 (WindowMaker-0.92.0.tar.bz2) = 4f7fea6f40b9ba9f870d2e2f0ce46274750edb2c
RMD160 (WindowMaker-0.92.0.tar.bz2) = c161eee64092fafb4868181fe2a0b6db96ed6de0
Size (WindowMaker-0.92.0.tar.bz2) = 2202748 bytes
SHA1 (patch-aa) = d62ab8e22f14888739717b628b7b20aaade686de
SHA1 (patch-ab) = 533a22d64c30a27335a6abca5717047c6696adfb
SHA1 (patch-ac) = 709866bb1db30a3d83fee6ad38f632bbbfd4fe71
SHA1 (patch-ad) = 183b529289bbcb8dd7590296e546c166aef8da0a
SHA1 (patch-ae) = 67c478b4fbee07ac832f59a7ad21bbbf137f5f86
SHA1 (patch-af) = d754e2a195f1d58ea8a55f2e7bb375d18dd67e5e
SHA1 (patch-ag) = 706d6261f58bae4cd810a77fd65dfb57d870bcab
SHA1 (patch-ah) = b391a48f723c62335448007a89c6958a7d922d86
SHA1 (patch-ai) = 44a6a63bad867e6bc614b58688d59aa610b8553b
SHA1 (patch-aj) = 9d993770f77cd53d005b1f2c81baff49831fe96a
SHA1 (patch-ak) = aca311941e7c2fa7860934cd029ff87fde96c8ff
SHA1 (patch-al) = b900fcc52c3fb5b5184b28e22c29e111317ea7ad
SHA1 (patch-am) = b25f546dc8192cfa910461e3dc5111703aecc586

hacks.mk

# $NetBSD: hacks.mk,v 1.1 2007/06/21 00:58:04 minskim Exp $

# Disable inline assembly on i386 until GCC Bug #25221 is fixed.
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25221
.if !empty(CC_VERSION:Mgcc-4.*)
CONFIGURE_ENV+= ac_cv_c_inline_asm=no
.endif