diff options
author | Pyrus <pyrus@bsdmail.com> | 2022-08-15 21:25:21 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-08-15 21:28:25 +0000 |
commit | 618b67630cbfcb3868544c3b26e491f04bbd9fa7 (patch) | |
tree | a303385593ba317bc56a4159f086647dfaae9cf5 | |
parent | d34f3249f1c231e225bbc71bc1662ad7dc140db6 (diff) | |
download | ports-618b67630cbfcb3868544c3b26e491f04bbd9fa7.tar.gz ports-618b67630cbfcb3868544c3b26e491f04bbd9fa7.zip |
x11-wm/ittywm: New port
PR: 265813
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/ittywm/Makefile | 25 | ||||
-rw-r--r-- | x11-wm/ittywm/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/ittywm/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 732613f5e3c7..282b2c3ef57e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -48,6 +48,7 @@ SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm + SUBDIR += ittywm SUBDIR += jewel SUBDIR += jwm SUBDIR += kickshaw diff --git a/x11-wm/ittywm/Makefile b/x11-wm/ittywm/Makefile new file mode 100644 index 000000000000..fe639769ce95 --- /dev/null +++ b/x11-wm/ittywm/Makefile @@ -0,0 +1,25 @@ +PORTNAME= ittywm +DISTVERSION= g20180507 +CATEGORIES= x11-wm + +MAINTAINER= pyrus@bsdmail.com +COMMENT= Ridiculously tiny libxcb window manager + +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 <bsd.port.mk> diff --git a/x11-wm/ittywm/distinfo b/x11-wm/ittywm/distinfo new file mode 100644 index 000000000000..f99197e4006d --- /dev/null +++ b/x11-wm/ittywm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1660096678 +SHA256 (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 0e89d77fbc1d948d502e1db521c39e0ff3eda5b1bfa8ec818cabea9bb22147aa +SIZE (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 3732 diff --git a/x11-wm/ittywm/pkg-descr b/x11-wm/ittywm/pkg-descr new file mode 100644 index 000000000000..736b38407e9c --- /dev/null +++ b/x11-wm/ittywm/pkg-descr @@ -0,0 +1,3 @@ +ittywm is a windowmanager in xcb which is based off of tinywm. + +WWW: https://github.com/marshallmason/ittywm |