summaryrefslogtreecommitdiff
path: root/x11-wm/ctwm/Makefile
blob: 16e7904c68fb0ebc738cd5c2e1217336ba00913c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	ctwm
DISTVERSION=	4.1.0
PORTREVISION=	1
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
WWW=		https://www.ctwm.org/

LICENSE=	MIT

USES=		cmake jpeg tar:xz xorg
USE_XORG=	x11 xext xt ice sm xpm xmu xrandr

OPTIONS_DEFINE=	DOCS EXAMPLES

# mtree isn't run in poudriere, so /usr/local/ isn't all setup like it
# should be, so we have to force this
CMAKE_ARGS=	-DMANDIR:STRING="${PREFIX}/share/man"

.include <bsd.port.mk>