blob: 15332eb6cca69ce8a21a4b0a43feea2cbd84ea09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: torstenb
# $FreeBSD$
PORTNAME= ctwm
DISTVERSION= 4.0.2
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= https://www.ctwm.org/dist/ \
https://distfiles.over-yonder.net/ctwm/
MAINTAINER= fullermd@over-yonder.net
COMMENT= Extension to twm, with support for multiple virtual screens
LICENSE= MIT
USES= cmake jpeg tar:xz
USE_XORG= x11 xext xt ice sm xpm xmu
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>
|