diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-09-11 06:29:02 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-09-11 06:29:02 +0000 |
commit | 7dfeb176a74e2c2c0367b88b4f08e0674e62e49b (patch) | |
tree | 1fc20371389f9280cc8e78903b270424bee08364 | |
parent | 92dc7ebc8d30c4e7b958ff08d1da1fb03ded4fb0 (diff) |
x11-wm/wm{2,x}: add LICENSE (MIT) to Chris Cannam's window managers
Original sources did not include explicit license information, just
mentioned that a lot of code and structure were borrowed from David
Hogan's 9wm which AFAICT is MIT licensed.
Chris had confirmed with me via email that the MIT licence reflects
the general assumptions of the time and have added COPYING files to
the corresponding repositories:
https://hg.sr.ht/~cannam/wm2
https://hg.sr.ht/~cannam/wmx
PR: 279114, 279117
-rw-r--r-- | x11-wm/wm2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmx/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/wm2/Makefile b/x11-wm/wm2/Makefile index 9207adad110f..482f316cd7a9 100644 --- a/x11-wm/wm2/Makefile +++ b/x11-wm/wm2/Makefile @@ -9,6 +9,8 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= Simple window manager for X WWW= https://www.all-day-breakfast.com/wm2/ +LICENSE= MIT + BUILD_DEPENDS= makedepend:devel/makedepend USES= xorg diff --git a/x11-wm/wmx/Makefile b/x11-wm/wmx/Makefile index bf21ffd3f28a..7b6e5ea17c2a 100644 --- a/x11-wm/wmx/Makefile +++ b/x11-wm/wmx/Makefile @@ -7,6 +7,8 @@ MAINTAINER= kwhite@site.uottawa.ca COMMENT= Simple window manager based on wm2 WWW= https://www.all-day-breakfast.com/wmx/ +LICENSE= MIT + USES= pkgconfig xorg GNU_CONFIGURE= yes USE_XORG= ice sm x11 xcomposite xext xft xpm |