diff options
Diffstat (limited to 'x11-wm/twm/Makefile')
-rw-r--r-- | x11-wm/twm/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-wm/twm/Makefile b/x11-wm/twm/Makefile new file mode 100644 index 000000000000..764a923d533a --- /dev/null +++ b/x11-wm/twm/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: twm +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= twm +PORTVERSION= 1.0.3 +PORTREVISION= 3 +CATEGORIES= x11-wm + +MAINTAINER= x11@FreeBSD.org +COMMENT= Tab Window Manager for the X Window System + +XORG_CAT= app +USE_XORG= x11 xext xt xmu + +MAN1= twm.1 + +.include <bsd.port.mk> |