61aab85620
- update oclock to 1.0.2 - update twm to 1.0.7 - update xmodmap to 1.0.4 - update xorg-macros to 1.15.0 - update xprop to 1.2.1 - update xvinfo to 1.1.1 - update xwininfo to 1.1.2 Approved by: bapt (mentor) Obtained from: xorg-devel repo
21 lines
347 B
Makefile
21 lines
347 B
Makefile
# New ports collection makefile for: twm
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= twm
|
|
PORTVERSION= 1.0.7
|
|
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>
|