1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:24:52 +00:00
freebsd-ports/x11-wm/twm/Makefile
Niclas Zeising 7937c8ed6c x11-wm/twm: Update to 1.0.11
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
2020-06-15 19:29:14 +00:00

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>