summaryrefslogtreecommitdiff
path: root/meta/xenocara/Makefile
blob: 7a3d84503e86c443e651058b958c67bbc7784eea (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
# $OpenBSD$

COMMENT = Xenocara meta package

PKGNAME	= xenocara-2021.08

MAINTAINER =	xenocara@openbsd.org

RUN_DEPENDS = \
	fonts/dejavu-fonts \
	x11/mkfontscale \
	x11/xorg-server \
	x11/xf86-input-keyboard \
	x11/xf86-input-ws \
	x11/cwm \
	x11/iceauth \
	x11/xbacklight \
	x11/setxkbmap \
	x11/xauth \
	x11/xclock \
	x11/xconsole \
	x11/xenodm \
	x11/xinit \
	x11/xlogo \
	x11/xsetroot \
	x11/xterm

.include "../../../meta/Makefile.inc"

.include <bsd.port.mk>