blob: fa818304c6fcc557c0cca394785d24a54a70ab1c (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
# $NetBSD: Makefile,v 1.8 2007/10/25 22:00:53 jlam Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-apps-1.4
CATEGORIES= meta-pkgs x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
DISTFILES= # empty
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Modular Xorg application meta-package
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= xbiff-[0-9]*:../../mail/xbiff
DEPENDS+= twm-[0-9]*:../../wm/twm
DEPENDS+= appres-[0-9]*:../../x11/appres
DEPENDS+= beforelight-[0-9]*:../../x11/beforelight
DEPENDS+= bitmap-[0-9]*:../../x11/bitmap
DEPENDS+= editres-[0-9]*:../../x11/editres
DEPENDS+= iceauth-[0-9]*:../../x11/iceauth
DEPENDS+= ico-[0-9]*:../../x11/ico
DEPENDS+= listres-[0-9]*:../../x11/listres
DEPENDS+= luit-[0-9]*:../../x11/luit
DEPENDS+= setxkbmap-[0-9]*:../../x11/setxkbmap
DEPENDS+= x11perf-[0-9]*:../../x11/x11perf
DEPENDS+= xauth-[0-9]*:../../x11/xauth
DEPENDS+= xcalc-[0-9]*:../../x11/xcalc
DEPENDS+= xclock-[0-9]*:../../x11/xclock
DEPENDS+= xconsole-[0-9]*:../../x11/xconsole
DEPENDS+= xdm-[0-9]*:../../x11/xdm
DEPENDS+= xdpyinfo-[0-9]*:../../x11/xdpyinfo
DEPENDS+= xev-[0-9]*:../../x11/xev
DEPENDS+= xeyes-[0-9]*:../../x11/xeyes
DEPENDS+= xfontsel-[0-9]*:../../x11/xfontsel
DEPENDS+= xgamma-[0-9]*:../../x11/xgamma
DEPENDS+= xhost-[0-9]*:../../x11/xhost
DEPENDS+= xinit-[0-9]*:../../x11/xinit
DEPENDS+= xkill-[0-9]*:../../x11/xkill
DEPENDS+= xload-[0-9]*:../../x11/xload
DEPENDS+= xlogo-[0-9]*:../../x11/xlogo
DEPENDS+= xlsclients-[0-9]*:../../x11/xlsclients
DEPENDS+= xmag-[0-9]*:../../x11/xmag
DEPENDS+= xman-[0-9]*:../../x11/xman
DEPENDS+= xmessage-[0-9]*:../../x11/xmessage
DEPENDS+= xmodmap-[0-9]*:../../x11/xmodmap
DEPENDS+= xmore-[0-9]*:../../x11/xmore
DEPENDS+= xplsprinters-[0-9]*:../../x11/xplsprinters
DEPENDS+= xprehashprinterlist-[0-9]*:../../x11/xprehashprinterlist
DEPENDS+= xprop-[0-9]*:../../x11/xprop
DEPENDS+= xrandr-[0-9]*:../../x11/xrandr
DEPENDS+= xrdb-[0-9]*:../../x11/xrdb
DEPENDS+= xrefresh-[0-9]*:../../x11/xrefresh
DEPENDS+= xset-[0-9]*:../../x11/xset
DEPENDS+= xsetmode-[0-9]*:../../x11/xsetmode
DEPENDS+= xsetpointer-[0-9]*:../../x11/xsetpointer
DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot
DEPENDS+= xsm-[0-9]*:../../x11/xsm
DEPENDS+= xterm-[0-9]*:../../x11/xterm
DEPENDS+= xvinfo-[0-9]*:../../x11/xvinfo
DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo
DEPENDS+= xwd-[0-9]*:../../x11/xwd
DEPENDS+= xwud-[0-9]*:../../x11/xwud
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
PLIST_SRC= # empty (meta-package)
do-install:
.include "../../mk/bsd.pkg.mk"
|