# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= ctwm VERSION= 4.1.0 KEYWORDS= x11_wm VARIANTS= standard SDESC[standard]= Window manager that iterated on twm HOMEPAGE= https://www.ctwm.org CONTACT= Todd_Martin[warfox@sdf.org] DOWNLOAD_GROUPS= main SITES[main]= https://ctwm.org/dist/ DISTFILE[1]= ctwm-4.1.0.tar.gz:main DF_INDEX= 1 SPKGS[standard]= complete primary docs man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cmake jpeg XORG_COMPONENTS= x11 xft xinerama xmu xpm xext xrandr LICENSE= MIT:primary LICENSE_FILE= MIT:{{WRKSRC}}/COPYRIGHT LICENSE_SCHEME= solo FPC_EQUIVALENT= x11-wm/ctwm CMAKE_ARGS= -DMANDIR:STRING="share/man" post-patch: ${REINPLACE_CMD} 's!__PREFIX__!${PREFIX}!g' \ ${WRKSRC}/CMakeLists.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ctwm [FILE:362:descriptions/desc.primary] CTWM is an X11 Window Manager. It was created by Claude Lecommandeur in 1992 as a fork of the TWM window manager. By modern standards, it's a lightweight and fairly minimal window manager. It is enormously configurable however, and can be made to look as simple or complex as you prefer. See our Themes page for some examples. [FILE:23:descriptions/desc.man] Manual pages for ctwm. [FILE:96:distinfo] 89f6f21e269c641195e6b39fe804537fce79eb0df821b1a696939aeab7444caa 983340 ctwm-4.1.0.tar.gz [FILE:1109:manifests/plist.primary] bin/ctwm share/ctwm/images/ 3D_Expand15.xpm 3D_Iconify15.xpm 3D_Lightning15.xpm 3D_Menu15.xpm 3D_Resize15.xpm 3D_Zoom15.xpm 3dcircle.xpm 3ddimple.xpm 3ddot.xpm 3dfeet.xpm 3dleopard.xpm 3dpie.xpm 3dpyramid.xpm 3dslant.xpm IslandD.xpm IslandW.xpm LRom.xpm LRom1.xpm arthur.xpm audio_editor.xpm background1.xpm background2.xpm background3.xpm background4.xpm background5.xpm background6.xpm background7.xpm background8.xpm background9.xpm ball1.xpm ball10.xpm ball11.xpm ball12.xpm ball2.xpm ball3.xpm ball4.xpm ball5.xpm ball6.xpm ball7.xpm ball8.xpm ball9.xpm cdrom1.xpm claude.xpm clipboard.xpm datebook.xpm emacs.xpm ghostview.xpm hpterm.xpm mail0.xpm mail1.xpm nothing.xpm nt1.xpm nt2.xpm pixmap.xpm postit.xpm skull.xpm spider.xpm term.xpm unknown.xpm unknown1.xpm unread.xpm welcome.xpm xarchie.xpm xcalc.xpm xcalc2.xpm xedit.xpm xftp.xpm xgopher.xpm xgrab.xpm xhpcalc.xpm xirc.xpm xmail.xpm xman.xpm xmosaic.xpm xnomail.xpm xrn-compose.xpm xrn.goodnews.xpm xrn.nonews.xpm xrn.xpm xterm.xpm share/examples/ctwm/system.ctwmrc [FILE:52:manifests/plist.docs] share/doc/ctwm/ CHANGES.md README.md ctwm.1.html [FILE:25:manifests/plist.man] share/man/man1/ctwm.1.gz [FILE:426:patches/patch-CMakeLists.txt] --- CMakeLists.txt 2019-07-21 14:29:34.000000000 -0700 +++ CMakeLists.txt.new 2023-01-29 15:45:44.590919000 -0800 @@ -76,13 +76,13 @@ set(INCSEARCH "${CMAKE_INSTALL_PREFIX}/include" ${X11_INCLUDE_DIR} - "/usr/local/include" - "/usr/include" + "__PREFIX__/include" + "__PREFIX__/include" ) set(LIBSEARCH "${CMAKE_INSTALL_PREFIX}/lib" ${X11_LIBRARY_DIR} - "/usr/local/lib" + "__PREFIX__/lib" "/usr/lib" "/lib" )