PORTNAME= cwm DISTVERSION= 7.4 PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://leahneukirchen.org/releases/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Minimalistic window manager for X11 based on evilwm WWW= https://github.com/leahneukirchen/cwm LICENSE= ISCL USES= pkgconfig xorg USE_XORG= x11 xft xrandr MAKE_ARGS= MANPREFIX="${PREFIX}/share/man" PLIST_FILES= bin/cwm \ share/man/man1/cwm.1.gz \ share/man/man5/cwmrc.5.gz post-patch: @${REINPLACE_CMD} 's@/usr/X11R6@${LOCALBASE}@' ${WRKSRC}/cwmrc.5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cwm .include