mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
7937c8ed6c
Update x11-wm/twm to 1.0.11 Add LICENSE and LICENSE_FILE Changelog: https://lists.x.org/archives/xorg-announce/2020-June/003047.html
17 lines
290 B
Makefile
17 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= twm
|
|
PORTVERSION= 1.0.11
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Tab Window Manager for the X Window System
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz xorg xorg-cat:app
|
|
USE_XORG= ice sm x11 xext xmu xrandr xt
|
|
|
|
.include <bsd.port.mk>
|