blob: b65dd6338bb2020d1b0715e7c80b6603d99f16e0 (
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
# New ports collection makefile for: XFree86-4-clients
# Date created: 10 Oct 1999
# Whom: taguchi@tohoku.iij.ad.jp
#
# $FreeBSD$
#
PORTNAME= clients
PORTVERSION= 4.0.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/${PORTVERSION}/source/ \
ftp://ftp.freesoftware.com/pub/XFree86/${PORTVERSION}/source/ \
ftp://ftp.lip6.fr/pub/X11/XFree86/XFree86-${PORTVERSION}/source/ \
ftp://ftp.cs.tu-berlin.de/pub/X/XFree86/${PORTVERSION}/source/ \
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/${PORTVERSION}/source/
PKGNAMEPREFIX= XFree86-
DISTFILES= X401src-1.tgz
MAINTAINER= taguchi@tohoku.iij.ad.jp
XFREE86_VERSION= 4
USE_IMAKE= YES
DIST_SUBDIR= xc
WRKSRC= ${WRKDIR}/xc
PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches
SCRIPTS_ENV+= PREFIX=${PREFIX} \
X11BASE=${X11BASE} \
WRKDIR=${WRKDIR} \
DISTDIR=${DISTDIR} \
InstallXdmConfig=${InstallXdmConfig} \
InstallXinitConfig=${InstallXinitConfig} \
InstallAppDefFiles=${InstallAppDefFiles} \
BuildAoutLibraries=${BuildAoutLibraries}
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
MANCOMPRESSED= yes
MAN1= appres.1 \
atobm.1 \
bdftopcf.1 \
beforelight.1 \
bitmap.1 \
bmtoa.1 \
cxpm.1 \
dga.1 \
editres.1 \
fsinfo.1 \
fslsfonts.1 \
fstobdf.1 \
iceauth.1 \
ico.1 \
imake.1 \
lbxproxy.1 \
libxrx.1 \
listres.1 \
lndir.1 \
makedepend.1 \
makeg.1 \
makepsres.1 \
makestrs.1 \
mkcfm.1 \
mkdirhier.1 \
mkfontdir.1 \
oclock.1 \
proxymngr.1 \
pswrap.1 \
resize.1 \
revpath.1 \
rman.1 \
rstart.1 \
rstartd.1 \
sessreg.1 \
setxkbmap.1 \
showfont.1 \
smproxy.1 \
startx.1 \
sxpm.1 \
twm.1 \
viewres.1 \
x11perf.1 \
x11perfcomp.1 \
xauth.1 \
xbiff.1 \
xcalc.1 \
xclipboard.1 \
xclock.1 \
xcmsdb.1 \
xconsole.1 \
xcutsel.1 \
xditview.1 \
xdm.1 \
xdpyinfo.1 \
xedit.1 \
xev.1 \
xeyes.1 \
xf86cfg.1 \
xfd.1 \
xfindproxy.1 \
xfontsel.1 \
xfwp.1 \
xgamma.1 \
xgc.1 \
xhost.1 \
xieperf.1 \
xinit.1 \
xkbcomp.1 \
xkbevd.1 \
xkbprint.1 \
xkill.1 \
xload.1 \
xlogo.1 \
xlsatoms.1 \
xlsclients.1 \
xlsfonts.1 \
xmag.1 \
xman.1 \
xmessage.1 \
xmkmf.1 \
xmodmap.1 \
xon.1 \
xprop.1 \
xrdb.1 \
xrefresh.1 \
xset.1 \
xsetmode.1 \
xsetpointer.1 \
xsetroot.1 \
xsm.1 \
xstdcmap.1 \
xterm.1 \
xvidtune.1 \
xwd.1 \
xwininfo.1 \
xwud.1
.if defined(XDM_DES)
.if ${USA_RESIDENT} == YES
pre-fetch:
@${ECHO}
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
.else
MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \
ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \
ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/
EXTRACT_ONLY= X401src-1.tgz
DISTFILES+= Wraphelp.c
IGNOREFILES= Wraphelp.c
.endif
.endif
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
# User Config:
# If you want to save your current config files for Xdm, set following as NO
InstallXdmConfig?= YES
# If you want to save your current config files for Xinit, set following as NO
InstallXinitConfig?= YES
# If you want to save your current apprication default files (aka. resource
# files), set following as NO
InstallAppDefFiles?= YES
# If you want to build Aout libraries (for some application which use legacy
# aout libs, such as Netscape), then set following as YES
BuildAoutLibraries?= NO
.include <bsd.port.mk>
|