diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/aewm/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/aewm/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile index 16dbf9d7d27e..873b2813ecea 100644 --- a/x11-wm/aewm/Makefile +++ b/x11-wm/aewm/Makefile @@ -5,11 +5,14 @@ PORTNAME= aewm PORTVERSION= 1.2.7 PORTREVISION= 5 CATEGORIES= x11-wm -MASTER_SITES= http://www.red-bean.com/decklin/aewm/ +MASTER_SITES= https://www.red-bean.com/decklin/aewm/ MAINTAINER= ports@FreeBSD.org COMMENT= ICCCM-compliant window manager based on 9wm +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + OPTIONS_DEFINE= DOCS GTK2 XFT USES= gmake diff --git a/x11-wm/aewm/pkg-descr b/x11-wm/aewm/pkg-descr index b56e4490ff38..90b90e413030 100644 --- a/x11-wm/aewm/pkg-descr +++ b/x11-wm/aewm/pkg-descr @@ -20,4 +20,4 @@ This port installs not only the window manager, but also the aemenu and aepanel applets. These provide a list of windows by title (vertically for aemenu, horizontally for aepanel) and a menu from which programs may be run. -WWW: http://www.red-bean.com/decklin/aewm/ +WWW: https://www.red-bean.com/decklin/aewm/ |