summaryrefslogtreecommitdiff
path: root/meta/xenocara/Makefile
blob: 87aa937b864b1b726d52f0544bcfc8da27dc02b0 (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
34
35
36
37
38

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/editres \
	x11/fvwm-obsd \
	x11/iceauth \
	x11/xbacklight \
	x11/setxkbmap \
	x11/xauth \
	x11/xclock \
	x11/xconsole \
	x11/xenodm \
	x11/xhost \
	x11/xinit \
	x11/xlockmore-obsd \
	x11/xlogo \
	x11/xlsfonts \
	x11/xmag \
	x11/xmodmap \
	x11/xrandr \
	x11/xset \
	x11/xsetroot \
	x11/xterm

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

.include <bsd.port.mk>