diff --git a/x11-wm/ittywm/Makefile b/x11-wm/ittywm/Makefile index 062b302d6617..116c8686e0c2 100644 --- a/x11-wm/ittywm/Makefile +++ b/x11-wm/ittywm/Makefile @@ -1,26 +1,26 @@ PORTNAME= ittywm DISTVERSION= g20180507 CATEGORIES= x11-wm MAINTAINER= pyrus@bsdmail.com -COMMENT= Ridiculously tiny libxcb window manager +COMMENT= Ridiculously tiny XCB window manager based on TinyWM WWW= https://github.com/marshallmason/ittywm LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE USES= localbase xorg USE_GITHUB= yes GH_ACCOUNT= marshallmason GH_TAGNAME= cc290ed USE_XORG= xau xcb xdmcp PLIST_FILES= bin/${PORTNAME} do-build: ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/ittywm.c -lxcb do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/x11-wm/ittywm/pkg-descr b/x11-wm/ittywm/pkg-descr index dfc9b3cc2a47..4d58c7115b7d 100644 --- a/x11-wm/ittywm/pkg-descr +++ b/x11-wm/ittywm/pkg-descr @@ -1 +1,2 @@ -ittywm is a windowmanager in xcb which is based off of tinywm. +ittywm is a window manager based off of TinyWM written in libxcb. It is lighter +on resources than its predecessor.