Update x11/libkonq to version 4.12.2
[dports.git] / x11 / xorg-apps / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       xorg-apps
4 PORTVERSION=    7.7
5 CATEGORIES=     x11
6 MASTER_SITES=   # none
7 DISTFILES=      # none
8 EXTRACT_ONLY=   # none
9
10 MAINTAINER=     x11@FreeBSD.org
11 COMMENT=        X.org apps meta-port
12
13 .MAKE.FreeBSD_UL=       yes
14
15 COMPONENTS=     appres bitmap xf86dga:dga iceauth luit \
16                 x11-fonts/mkfontdir:mkfontdir \
17                 x11-fonts/mkfontscale:mkfontscale sessreg \
18                 setxkbmap smproxy x11perf xauth xbacklight xcalc \
19                 xcmsdb xconsole xcursorgen xdpyinfo xdriinfo xev xgamma xgc \
20                 xhost xinput xkbcomp xkbevd xkbutils:xkbvleds xkill \
21                 xlsatoms xlsclients xmodmap xpr xprop xrandr xrdb \
22                 xrefresh xset xsetmode xsetroot xvinfo xwd xwininfo \
23                 xwud xmessage
24
25 # These three are added for convenience purposes only.
26 COMPONENTS+=    x11-wm/twm:twm x11-clocks/xclock:xclock xinit xterm
27
28 NO_BUILD=       yes
29
30 do-install:
31                 ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/xorg
32                 ${TOUCH} ${STAGEDIR}${PREFIX}/libdata/xorg/apps
33
34 .for comp in ${COMPONENTS}
35 OPTIONS_DEFINE+=        ${comp:C/:.*//:C/.*\///:tu}
36 OPTIONS_DEFAULT+=       ${comp:C/:.*//:C/.*\///:tu}
37 ${comp:C/:.*//:C/.*\///:tu}_DESC=       Install ${comp:C/:.*//:C/.*\///} application
38 .endfor
39
40 .include <bsd.port.options.mk>
41
42 .for comp in ${COMPONENTS}
43 . if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:tu}}
44 .  if ${comp:M*\:*}==""
45 port=${comp}
46 check=${comp:C/.*\///} # doesn't work
47 .  else
48 port=${comp:C/:.*//}
49 check=${comp:C/.*://}
50 .  endif
51 .  if ${port:M*/*}==""
52 port:=x11/${port}
53 .  endif
54 RUN_DEPENDS:=   ${RUN_DEPENDS} ${check}:${PORTSDIR}/${port}
55 . endif
56 .endfor
57
58 .include <bsd.port.mk>