blob: e284f5e7cf47b1687e931f40c3c5977164a0e139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
COMMENT = cwm is a window manager for X11
DISTNAME = cwm-6.7
CATEGORIES = x11
HOMEPAGE = https://github.com/leahneukirchen/cwm
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
WANTLIB = ICE X11 Xaw7 Xext Xft Xinerama Xmu Xpm Xt \
c curses fontconfig freetype util
MASTER_SITES = https://leahneukirchen.org/releases/
MODULES = xenocara
BUILD_DEPENDS = devel/xorgproto
LIB_DEPENDS = x11/libXaw \
x11/libXext \
x11/libXft \
x11/libXinerama \
x11/libXrandr
RUN_DEPENDS = x11/libXcursor
FAKE_FLAGS = PREFIX=${TRUEPREFIX} MANPREFIX=${TRUEPREFIX}/man
.include <bsd.port.mk>
|