final removal
This commit is contained in:
parent
c489c110ad
commit
da28b3d90f
86
external/mit/xorg/Makefile
vendored
86
external/mit/xorg/Makefile
vendored
|
|
@ -1,86 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.8 2010/11/12 17:05:48 tsutsui Exp $
|
||||
|
||||
# Top level Makefile to cross build xorg inside the NetBSD tree.
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SUBDIR= tools .WAIT include .WAIT lib .WAIT bin share server etc
|
||||
|
||||
.if ${MKUPDATE} == "no" && !defined(NOCLEANDIR)
|
||||
BUILDTARGETS+= cleandir
|
||||
.endif
|
||||
.if ${MKOBJDIRS} != "no"
|
||||
BUILDTARGETS+= obj
|
||||
.endif
|
||||
.if !defined(NOINCLUDES)
|
||||
BUILDTARGETS+= includes
|
||||
.endif
|
||||
BUILDTARGETS+= do-tools
|
||||
BUILDTARGETS+= do-lib
|
||||
BUILDTARGETS+= do-build
|
||||
|
||||
.ORDER: ${BUILDTARGETS}
|
||||
|
||||
START_TIME!= date
|
||||
|
||||
build: check_X11SRCDIR
|
||||
@echo "X11 build started at: ${START_TIME}"
|
||||
.for tgt in ${BUILDTARGETS}
|
||||
${MAKEDIRTARGET} . ${tgt}
|
||||
.endfor
|
||||
@echo "X11 build started at: ${START_TIME}"
|
||||
@printf "X11 build finished at: " && date
|
||||
|
||||
do-build:
|
||||
.for targ in dependall install
|
||||
${MAKEDIRTARGET} . ${targ}
|
||||
.endfor
|
||||
|
||||
.for dir in tools lib
|
||||
do-${dir:S/\//-/g}:
|
||||
. for targ in dependall install
|
||||
${MAKEDIRTARGET} ${dir} ${targ}
|
||||
. endfor
|
||||
.endfor
|
||||
|
||||
afterinstall: .PHONY
|
||||
.if !defined(__MINIX)
|
||||
.if ${MKMAN} != "no"
|
||||
${MAKEDIRTARGET} ${NETBSDSRCDIR}/share/man makedb \
|
||||
WHATISDBDIR=${X11MANDIR}
|
||||
.endif
|
||||
.endif # !defined(__MINIX)
|
||||
|
||||
|
||||
DISTRIBTARGETS= \
|
||||
bin/proxymngr \
|
||||
bin/twm \
|
||||
bin/xdm/config \
|
||||
bin/xfs \
|
||||
bin/xinit \
|
||||
bin/xsm \
|
||||
etc \
|
||||
lib/fontconfig/etc \
|
||||
lib/fontconfig/etc/conf.avail \
|
||||
lib/fontconfig/etc/conf.d
|
||||
|
||||
distribution: check_X11SRCDIR
|
||||
.for tgt in ${DISTRIBTARGETS}
|
||||
${MAKEDIRTARGET} ${tgt} configinstall
|
||||
.endfor
|
||||
|
||||
|
||||
check_X11SRCDIR: .PHONY .NOTMAIN
|
||||
.if !defined(X11SRCDIR)
|
||||
@echo
|
||||
@echo "ERROR: setenv X11SRCDIR before doing that!"
|
||||
@false
|
||||
.elif !exists(${X11SRCDIR.X11})
|
||||
@echo
|
||||
@echo "ERROR: X11SRCDIR.X11 \`${X11SRCDIR.X11}' does not exist"
|
||||
@false
|
||||
.else
|
||||
@true
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
28
external/mit/xorg/bin/Makefile
vendored
28
external/mit/xorg/bin/Makefile
vendored
|
|
@ -1,28 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.13 2013/06/03 20:23:39 mrg Exp $
|
||||
|
||||
SUBDIR= appres bdftopcf bdftruncate beforelight bitmap ccmakedep \
|
||||
cleanlinks cxpm editres \
|
||||
fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
|
||||
fc-validate \
|
||||
fonttosfnt fslsfonts fstobdf glxgears glxinfo \
|
||||
iceauth ico imake listres lndir luit makedepend \
|
||||
makeg makestrs mergelib mkdirhier mkfontdir \
|
||||
mkfontscale mkhtmlindex oclock proxymngr revpath \
|
||||
rgb setxkbmap smproxy sxpm \
|
||||
twm ucs2any viewres x11perf xauth xbiff xcalc \
|
||||
xclipboard xclock xcmsdb xconsole xcutsel xditview xdm \
|
||||
xdpyinfo xedit xev xeyes xf86dga xfd xfindproxy xfontsel \
|
||||
xfs xfsinfo xfwp xgamma xgc xhost xinit xinput xkbcomp \
|
||||
xkbevd xkbprint xkbutils xkill xload xlogo xlsatoms xlsclients \
|
||||
xlsfonts xmag xman xmessage xmh xmkmf xmlwf xmodmap xmore \
|
||||
xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
|
||||
xsetroot xsm xstdcmap xterm xtrap xvidtune \
|
||||
xvinfo xwd xwininfo xwud xdriinfo sessreg
|
||||
|
||||
SUBDIR+=ssh-askpass
|
||||
SUBDIR+=xsetwallpaper
|
||||
|
||||
# bring back from xfree:
|
||||
# lndir
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
3
external/mit/xorg/bin/Makefile.inc
vendored
3
external/mit/xorg/bin/Makefile.inc
vendored
|
|
@ -1,3 +0,0 @@
|
|||
#__MINIX
|
||||
.include "../Makefile.inc"
|
||||
|
||||
16
external/mit/xorg/bin/appres/Makefile
vendored
16
external/mit/xorg/bin/appres/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/07/20 23:50:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= appres
|
||||
|
||||
LDADD+= -lXt -lSM -lICE -lXext -lX11 -lxcb -lXdmcp -lXau
|
||||
DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBXCB} ${LIBXDMCP} ${LIBXAU}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/bdftopcf/Makefile
vendored
16
external/mit/xorg/bin/bdftopcf/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/07/20 23:50:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= bdftopcf
|
||||
|
||||
LDADD+= -lXfont -lfontenc -lfreetype -lm -lz -lbz2
|
||||
DPADD+= ${LIBXFONT} ${LIBFONTENC} ${LIBFREETYPE} ${LIBM} ${LIBZ} ${LIBBZ2}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
10
external/mit/xorg/bin/bdftruncate/Makefile
vendored
10
external/mit/xorg/bin/bdftruncate/Makefile
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/11/21 01:25:32 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= bdftruncate
|
||||
|
||||
.PATH: ${X11SRCDIR.font-util} ${X11SRCDIR.font-util}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/beforelight/Makefile
vendored
18
external/mit/xorg/bin/beforelight/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 05:24:49 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= beforelight
|
||||
SRCS= b4light
|
||||
|
||||
APPDEFS=Beforelight
|
||||
|
||||
LDADD+= -lXss -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXSS} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.beforelight} ${X11SRCDIR.beforelight}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
29
external/mit/xorg/bin/bitmap/Makefile
vendored
29
external/mit/xorg/bin/bitmap/Makefile
vendored
|
|
@ -1,29 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/05/31 09:14:18 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= bitmap
|
||||
SRCS= BitEdit.c CutPaste.c Graphics.c ReqMach.c Bitmap.c Dialog.c Handlers.c
|
||||
|
||||
.PATH: ${X11SRCDIR.bitmap}/man
|
||||
MLINKS= bitmap.1 bmtoa.1 bitmap.1 atobm.1
|
||||
|
||||
FILES= Dashes Down Excl FlipHoriz FlipVert Fold Left Right RotateLeft \
|
||||
RotateRight Stipple Term Up
|
||||
FILESDIR=${X11INCDIR}/X11/bitmaps
|
||||
|
||||
CPPFLAGS+= -DHAVE_MKSTEMP -DHAVE_LRINT
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
SUBDIR= bmtoa atobm app-defaults
|
||||
|
||||
.PATH: ${X11SRCDIR.bitmap}
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-format
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2010/11/21 02:34:15 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.bitmap}/app-defaults
|
||||
APPDEFS=Bitmap Bitmap-color
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/bitmap/atobm/Makefile
vendored
16
external/mit/xorg/bin/bitmap/atobm/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
NOMAN= 1
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= atobm
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.bitmap}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/bitmap/bmtoa/Makefile
vendored
16
external/mit/xorg/bin/bitmap/bmtoa/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
NOMAN= 1
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= bmtoa
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.bitmap}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
15
external/mit/xorg/bin/ccmakedep/Makefile
vendored
15
external/mit/xorg/bin/ccmakedep/Makefile
vendored
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CPPSCRIPTS= ccmakedep
|
||||
CPPSCRIPTFLAGS= -DPREPROC='"gcc -E -traditional"'
|
||||
SCRIPTS= ${CPPSCRIPTS}
|
||||
MAN= ccmakedep.1
|
||||
|
||||
BUILDSYMLINKS= mdepend.cpp ccmakedep.cpp
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
11
external/mit/xorg/bin/cleanlinks/Makefile
vendored
11
external/mit/xorg/bin/cleanlinks/Makefile
vendored
|
|
@ -1,11 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SCRIPTS=cleanlinks
|
||||
MAN= cleanlinks.1
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/cxpm/Makefile
vendored
17
external/mit/xorg/bin/cxpm/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/05/31 01:41:08 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= cxpm
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.Xpm}/src
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
|
||||
|
||||
LDADD+= -lXpm -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXPM} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.Xpm}/${PROG}
|
||||
.PATH: ${X11SRCDIR.Xpm}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
21
external/mit/xorg/bin/editres/Makefile
vendored
21
external/mit/xorg/bin/editres/Makefile
vendored
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 05:24:49 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= editres
|
||||
SRCS= actions.c comm.c editres.c geometry.c handler.c setvalues.c \
|
||||
svpopup.c utils.c widgets.c wtree.c
|
||||
|
||||
APPDEFS=Editres.ad Editres-color.ad
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-format
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/fc-cache/Makefile
vendored
18
external/mit/xorg/bin/fc-cache/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/06/03 20:23:39 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-cache
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I.
|
||||
CPPFLAGS+= -DHAVE_CONFIG_H -I${X11SRCDIR.fontconfig}/../include
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fc-cat/Makefile
vendored
17
external/mit/xorg/bin/fc-cat/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/06/03 20:23:39 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-cat
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I.
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fc-list/Makefile
vendored
17
external/mit/xorg/bin/fc-list/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/06/03 20:23:39 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-list
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I.
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fc-match/Makefile
vendored
17
external/mit/xorg/bin/fc-match/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/01/03 20:18:45 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-match
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I.
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat -lbz2 -lz
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBBZ2} ${LIBZ}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/fc-pattern/Makefile
vendored
18
external/mit/xorg/bin/fc-pattern/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-pattern
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
FCARCH_DEPFILE= fc-cat.c
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fc-query/Makefile
vendored
17
external/mit/xorg/bin/fc-query/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-query
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fc-scan/Makefile
vendored
17
external/mit/xorg/bin/fc-scan/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/06/03 20:23:39 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-scan
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fc-validate/Makefile
vendored
17
external/mit/xorg/bin/fc-validate/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/06/03 20:23:39 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fc-validate
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.fontconfig} -I. -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
LDADD+= -lfontconfig -lfreetype -lexpat
|
||||
DPADD+= ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT}
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/${PROG}
|
||||
|
||||
.include "../../lib/fontconfig/src/Makefile.fcarch"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
24
external/mit/xorg/bin/fonttosfnt/Makefile
vendored
24
external/mit/xorg/bin/fonttosfnt/Makefile
vendored
|
|
@ -1,24 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/08/11 23:15:35 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fonttosfnt
|
||||
SRCS= fonttosfnt.c read.c write.c struct.c util.c
|
||||
|
||||
# XXX XVENDORNAME and XVENDORNAMESHORT should live in a common location
|
||||
CPPFLAGS+= -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2 \
|
||||
-DXVENDORNAMESHORT=${XVENDORNAMESHORT} \
|
||||
-DXVENDORNAME=${XVENDORNAME}
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11/fonts \
|
||||
-I${X11SRCDIR.xc}/extras/freetype2/include
|
||||
|
||||
|
||||
LDADD+= -lfreetype -lfontenc -lz -lm
|
||||
DPADD+= ${LIBFREETYPE} ${LIBFONTENC} ${LIBZ} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-format
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/fslsfonts/Makefile
vendored
16
external/mit/xorg/bin/fslsfonts/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/07/22 07:58:00 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fslsfonts
|
||||
|
||||
LDADD+= -lFS
|
||||
DPADD+= ${LIBFS}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/fstobdf/Makefile
vendored
17
external/mit/xorg/bin/fstobdf/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/07/22 07:58:00 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= fstobdf
|
||||
SRCS= chars.c fstobdf.c header.c props.c
|
||||
|
||||
LDADD+= -lFS -lXext -lX11
|
||||
DPADD+= ${LIBFS} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/glxgears/Makefile
vendored
18
external/mit/xorg/bin/glxgears/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2014/12/18 06:24:28 mrg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= glxgears
|
||||
|
||||
CPPFLAGS+=${X11FLAGS.THREADS}
|
||||
|
||||
#LSC: NO pthread on minix!
|
||||
LDADD+= -lGL -lXext -lX11 -lm
|
||||
DPADD+= ${LIBGL} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.mesa-demos}/src/xdemos
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
24
external/mit/xorg/bin/glxinfo/Makefile
vendored
24
external/mit/xorg/bin/glxinfo/Makefile
vendored
|
|
@ -1,24 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/12/18 06:24:28 mrg Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MKPIC} == "no" || ${LDSTATIC:U} != ""
|
||||
PROG_CXX= glxinfo
|
||||
.else
|
||||
PROG= glxinfo
|
||||
.endif
|
||||
|
||||
SRCS+= glinfo_common.c glxinfo.c
|
||||
|
||||
CPPFLAGS+=${X11FLAGS.THREADS} -DDO_GLU
|
||||
|
||||
#__MINIX: No pthread
|
||||
LDADD+= -lGL -lXext -lX11 -lm
|
||||
DPADD+= ${LIBGL} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.mesa-demos}/src/xdemos
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/iceauth/Makefile
vendored
16
external/mit/xorg/bin/iceauth/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/07/20 23:50:23 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= iceauth
|
||||
SRCS= iceauth.c process.c
|
||||
|
||||
LDADD+= -lICE
|
||||
DPADD+= ${LIBICE}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/ico/Makefile
vendored
18
external/mit/xorg/bin/ico/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/07/22 07:58:00 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= ico
|
||||
|
||||
#__MINIX: No Pthreads: -DMULTITHREAD
|
||||
CPPFLAGS+= ${X11FLAGS.THREADS} ${X11FLAGS.EXTENSION}
|
||||
|
||||
#__MINIX: No pthreads
|
||||
LDADD+= -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
19
external/mit/xorg/bin/imake/Makefile
vendored
19
external/mit/xorg/bin/imake/Makefile
vendored
|
|
@ -1,19 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/05/31 05:41:26 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= imake
|
||||
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
|
||||
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
|
||||
|
||||
CPP_PROGRAM= cpp
|
||||
CPPFLAGS+= -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"
|
||||
X11EXTRAMANDEFS=-e 's,__cpp__,$(CPP_PROGRAM),g'
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
COPTS.imake.c+= -Wno-error # const issues
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
15
external/mit/xorg/bin/listres/Makefile
vendored
15
external/mit/xorg/bin/listres/Makefile
vendored
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/05/31 05:24:49 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= listres
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
10
external/mit/xorg/bin/lndir/Makefile
vendored
10
external/mit/xorg/bin/lndir/Makefile
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2010/11/21 02:43:31 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= lndir
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
24
external/mit/xorg/bin/luit/Makefile
vendored
24
external/mit/xorg/bin/luit/Makefile
vendored
|
|
@ -1,24 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/07/22 07:58:00 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= luit
|
||||
SRCS= luit.c iso2022.c charset.c parser.c sys.c other.c
|
||||
|
||||
CPPFLAGS+=-DLOCALE_ALIAS_FILE=\"${X11LIBDIR}/locale/locale.alias\"
|
||||
#CPPFLAGS+=-DHAVE_CONFIG_H -I${X11SRCDIR.${PROG}}/../include
|
||||
CPPFLAGS+=-DHAVE_PUTENV -DHAVE_WORKING_POLL -DHAVE_POLL_H
|
||||
CPPFLAGS+=-DHAVE_SYS_PARAM -DHAVE_OPENPTY -DHAVE_GRANTPT
|
||||
CPPFLAGS+=-DHAVE_POSIX_OPENPT -DHAVE_STRDUP
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,__locale_alias__,${X11LIBDIR}/locale/locale.alias,g'
|
||||
|
||||
LDADD+= -lfontenc -lz
|
||||
DPADD+= ${LIBFONTENC} ${LIBZ}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/makedepend/Makefile
vendored
17
external/mit/xorg/bin/makedepend/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2014/03/17 09:07:09 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= makedepend
|
||||
SRCS= include.c main.c parse.c pr.c cppsetup.c ifparser.c
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.xc}/config/imake \
|
||||
-I${DESTDIR}${X11INCDIR}/X11 \
|
||||
-DHAVE_RENAME -DHAVE_FCHMOD
|
||||
|
||||
CPPFLAGS.main.c=-DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".o\"
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
11
external/mit/xorg/bin/makeg/Makefile
vendored
11
external/mit/xorg/bin/makeg/Makefile
vendored
|
|
@ -1,11 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SCRIPTS=makeg
|
||||
MAN= makeg.1
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
10
external/mit/xorg/bin/makestrs/Makefile
vendored
10
external/mit/xorg/bin/makestrs/Makefile
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= makestrs
|
||||
|
||||
.PATH: ${X11SRCDIR.Xt}/util
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
13
external/mit/xorg/bin/mergelib/Makefile
vendored
13
external/mit/xorg/bin/mergelib/Makefile
vendored
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CPPSCRIPTS= mergelib
|
||||
CPPSCRIPTFLAGS= -DARCMD="ar clq" -DRANLIB="ranlib"
|
||||
SCRIPTS= ${CPPSCRIPTS}
|
||||
MAN= mergelib.1
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
11
external/mit/xorg/bin/mkdirhier/Makefile
vendored
11
external/mit/xorg/bin/mkdirhier/Makefile
vendored
|
|
@ -1,11 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SCRIPTS=mkdirhier
|
||||
MAN= mkdirhier.1
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/mkfontdir/Makefile
vendored
18
external/mit/xorg/bin/mkfontdir/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2014/03/23 20:39:40 tron Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.mkfontdir}
|
||||
.PATH: ${X11SRCDIR.mkfontdir}/man
|
||||
|
||||
MAN= mkfontdir.1
|
||||
|
||||
SCRIPTS= mkfontdir
|
||||
|
||||
mkfontdir: mkfontdir.in
|
||||
${TOOL_SED} -e "s#@bindir@#${X11BINDIR}#" < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
CLEANFILES+= mkfontdir
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/mkfontscale/Makefile
vendored
18
external/mit/xorg/bin/mkfontscale/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/07/20 23:50:23 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= mkfontscale
|
||||
SRCS= mkfontscale.c list.c hash.c ident.c
|
||||
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
LDADD+= -lfontenc -lfreetype -lz -lbz2
|
||||
DPADD+= ${LIBFONTENC} ${LIBFREETYPE} ${LIBZ} ${LIBBZ2}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
13
external/mit/xorg/bin/mkhtmlindex/Makefile
vendored
13
external/mit/xorg/bin/mkhtmlindex/Makefile
vendored
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/09/07 14:50:25 lukem Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
SCRIPTS=mkhtmlindex
|
||||
MAN= mkhtmlindex.1
|
||||
|
||||
CLEANFILES+= mkhtmlindex # <sys.mk> creates it from mkhtmlindex.sh
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/oclock/Makefile
vendored
17
external/mit/xorg/bin/oclock/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= oclock
|
||||
SRCS= oclock.c Clock.c transform.c
|
||||
|
||||
APPDEFS=Clock-color
|
||||
|
||||
LDADD+= -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
29
external/mit/xorg/bin/proxymngr/Makefile
vendored
29
external/mit/xorg/bin/proxymngr/Makefile
vendored
|
|
@ -1,29 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/10/14 23:37:19 cube Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= proxymngr
|
||||
SRCS= main.c pmdb.c config.c
|
||||
|
||||
PROXYMANAGERDIR= ${X11ETCDIR}/proxymngr
|
||||
|
||||
CPPFLAGS.main.c= -DCONFIG_FILE=\"${PROXYMANAGERDIR}/pmconfig\" \
|
||||
-DXVENDORNAMESHORT=${XVENDORNAMESHORT} \
|
||||
-DXVENDORNAME=${XVENDORNAME} \
|
||||
-DXORG_RELEASE=${XORG_RELEASE}
|
||||
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,PROXYMANAGERDIR,${PROXYMANAGERDIR},g'
|
||||
|
||||
CPPSCRIPTS= pmconfig
|
||||
CPPSCRIPTFLAGS= -DLBXPROXY=${X11BINDIR}/lbxproxy
|
||||
CONFIGFILES= pmconfig
|
||||
FILESDIR= ${PROXYMANAGERDIR}
|
||||
|
||||
LDADD+= -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
10
external/mit/xorg/bin/revpath/Makefile
vendored
10
external/mit/xorg/bin/revpath/Makefile
vendored
|
|
@ -1,10 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= revpath
|
||||
|
||||
.PATH: ${X11SRCDIR.imake}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
20
external/mit/xorg/bin/rgb/Makefile
vendored
20
external/mit/xorg/bin/rgb/Makefile
vendored
|
|
@ -1,20 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/07/22 07:58:00 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= showrgb
|
||||
|
||||
CPPFLAGS+=-DNDBM -DRGB_DB=\"${X11LIBDIR}/rgb\" -DUSE_RGB_TXT
|
||||
CPPFLAGS+=-DHAVE_ASPRINTF
|
||||
CPPFLAGS+=-I${X11SRCDIR.rgb}/include
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,__RGB_DB__,${X11LIBDIR}/rgb,g' \
|
||||
-e 's,__RGB_DB_TYPE__,text,g'
|
||||
|
||||
FILES= rgb.txt
|
||||
FILESDIR=${X11LIBDIR}
|
||||
|
||||
.PATH: ${X11SRCDIR.rgb} ${X11SRCDIR.rgb}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
41
external/mit/xorg/bin/rstart/Makefile
vendored
41
external/mit/xorg/bin/rstart/Makefile
vendored
|
|
@ -1,41 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= rstartd.real
|
||||
SRCS= auth.c server.c
|
||||
RSTARTDBINDIR= ${X11ROOTDIR}/libexec
|
||||
RSTARTCONFIGDIR= ${X11ETCDIR}/rstart
|
||||
|
||||
CPPFLAGS.server.c= -DSERVERNAME=\"rstartd\" \
|
||||
-DDEFAULT_CONFIG=\"${RSTARTCONFIGDIR}/config\"
|
||||
|
||||
MAN= rstart.1 rstartd.1
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,RSTARTCONFIGDIR,${RSTARTCONFIGDIR},g'
|
||||
|
||||
SEDCMD= sed -e 's/@RSH@/ssh/' -e 's/@rstartdir@/${RSTARTCONFIGDIR}/'
|
||||
|
||||
rstart: rstart.in
|
||||
${SEDCMD} < ${.IMPSRC} > ${.TARGET}
|
||||
rstartd: rstartd.in
|
||||
${SEDCMD} < ${.IMPSRC} > ${.TARGET}
|
||||
config: config.in
|
||||
${SEDCMD} < ${.IMPSRC} > ${.TARGET}
|
||||
|
||||
SCRIPTS= rstart rstartd
|
||||
SCRIPTSDIR= ${X11BINDIR}
|
||||
CONFIGFILES= config
|
||||
FILESDIR= ${RSTARTCONFIGDIR}
|
||||
|
||||
SUBDIR= commands contexts
|
||||
TARGETS+= configinstall
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
.PATH: ${X11SRCDIR.${PROG}}/scripts
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
BINDIR= ${RSTARTDBINDIR}
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
21
external/mit/xorg/bin/rstart/Makefile.rstart
vendored
21
external/mit/xorg/bin/rstart/Makefile.rstart
vendored
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile.rstart,v 1.1 2015/07/23 07:34:38 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.rstart}/${CFDIR}
|
||||
FILESDIR= ${X11ETCDIR}/rstart/${CFDIR}
|
||||
|
||||
.for _F in ${CFFILES}
|
||||
${_F}.sed: ${_F}
|
||||
${_MKTARGET_CREATE}
|
||||
rm -f ${.TARGET}
|
||||
${TOOL_SED} ${CFSED} < ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
CONFIGFILES+= ${_F}.sed
|
||||
CLEANFILES+= ${_F}.sed
|
||||
FILESNAME_${_F}.sed= ${_F}
|
||||
.endfor
|
||||
|
||||
TARGETS+= configinstall
|
||||
|
||||
realall: ${CONFIGFILES}
|
||||
18
external/mit/xorg/bin/rstart/commands/Makefile
vendored
18
external/mit/xorg/bin/rstart/commands/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CFDIR= commands
|
||||
CFFILES= @List ListContexts ListGenericCommands
|
||||
CFSED= -e 's,ENVPREFIX,RSTART,g'
|
||||
|
||||
CONFIGSYMLINKS= x11r6 ${FILESDIR}/x \
|
||||
x11r6 ${FILESDIR}/x11 \
|
||||
|
||||
SUBDIR= x11r6
|
||||
|
||||
.include "../Makefile.rstart"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
CFDIR= commands/x11r6
|
||||
CFFILES= @List LoadMonitor Terminal
|
||||
CFSED= -e 's,ENVPREFIX,RSTART,g'
|
||||
|
||||
.include "../../Makefile.rstart"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
14
external/mit/xorg/bin/rstart/contexts/Makefile
vendored
14
external/mit/xorg/bin/rstart/contexts/Makefile
vendored
|
|
@ -1,14 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
|
||||
|
||||
CFDIR= contexts
|
||||
CFFILES= @List default x11r6
|
||||
CFSED= -e 's,_PATH,/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:${X11BINDIR},g' \
|
||||
-e 's,_MANPATH,${X11MANDIR}:/usr/man,g'
|
||||
|
||||
CONFIGSYMLINKS= x11r6 ${FILESDIR}/x \
|
||||
x11r6 ${FILESDIR}/x11 \
|
||||
|
||||
.include "../Makefile.rstart"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
19
external/mit/xorg/bin/sessreg/Makefile
vendored
19
external/mit/xorg/bin/sessreg/Makefile
vendored
|
|
@ -1,19 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/08/24 18:27:16 apb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= sessreg
|
||||
|
||||
.include "../xdm/Makefile.xdm"
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,__ttys_file__,/etc/ttys,g' \
|
||||
-e 's,__utmp_file__,${XDMPIDDIR}/utmp,g' \
|
||||
-e 's,__wtmp_file__,${XDMLOGDIR}/wtmp,g'
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
21
external/mit/xorg/bin/setxkbmap/Makefile
vendored
21
external/mit/xorg/bin/setxkbmap/Makefile
vendored
|
|
@ -1,21 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/07/19 22:30:58 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= setxkbmap
|
||||
|
||||
CPPFLAGS+= -DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" \
|
||||
-D__XKBDEFRULES__=${__XKBDEFRULES__}
|
||||
|
||||
LDADD+= -lxkbfile -lXext -lX11
|
||||
DPADD+= ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,__xkbconfigroot__,${X11LIBDIR}/xkb,g'
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/showfont/Makefile
vendored
16
external/mit/xorg/bin/showfont/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/23 07:34:38 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= showfont
|
||||
|
||||
LDADD+= -lFS
|
||||
DPADD+= ${LIBFS}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
19
external/mit/xorg/bin/smproxy/Makefile
vendored
19
external/mit/xorg/bin/smproxy/Makefile
vendored
|
|
@ -1,19 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/07/19 19:49:17 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= smproxy
|
||||
SRCS= smproxy.c save.c
|
||||
|
||||
CPPFLAGS+=-DHAVE_MKSTEMP -DHAVE_ASPRINTF
|
||||
|
||||
STRING!= ${PRINT_PACKAGE_STRING}
|
||||
CPPFLAGS+= -DPACKAGE_STRING=\"${STRING}\"
|
||||
|
||||
LDADD+= -lXmu -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
49
external/mit/xorg/bin/ssh-askpass/Makefile
vendored
49
external/mit/xorg/bin/ssh-askpass/Makefile
vendored
|
|
@ -1,49 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/04/03 13:29:45 mbalmer Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= ssh-askpass
|
||||
SRCS= drawing.c dynlist.c resources.c x11-ssh-askpass.c
|
||||
|
||||
APPDEFS= SshAskpass.ad
|
||||
DATE= February 14, 2001
|
||||
|
||||
BUILDSYMLINKS= SshAskpass-default.ad SshAskpass.ad
|
||||
|
||||
FILESDIR= ${X11ROOTDIR}/share/examples/ssh-askpass
|
||||
FILES= SshAskpass-1337.ad SshAskpass-NeXTish.ad \
|
||||
SshAskpass.ad SshAskpass-green.ad SshAskpass-motif.ad
|
||||
|
||||
# XXX: We use the following two lines instead of just having
|
||||
# XXX: FILES+= SshAskpass-default.ad
|
||||
# XXX: because of an obscure bug with "make -j" where it doesn't find
|
||||
# XXX: SshAskpass-default.ad in the .PATH correctly, probably because
|
||||
# XXX: of the rule created for it from BUILDSYMLINKS by <bsd.files.mk>.
|
||||
# XXX: This is not the correct long-term solution.
|
||||
#
|
||||
FILES+= SshAskpass.ad
|
||||
FILESNAME_SshAskpass.ad=SshAskpass-default.ad
|
||||
|
||||
|
||||
CPPFLAGS+= -I.
|
||||
DPSRCS+= SshAskpass_ad.h
|
||||
CLEANFILES+= SshAskpass_ad.h
|
||||
|
||||
SRCPATH= ${X11SRCDIR.local}/programs/x11-ssh-askpass
|
||||
|
||||
ssh-askpass.1: x11-ssh-askpass.man.in
|
||||
sed -e 's#@NAME@#$(PROG)#g' -e 's#@VERSION@#$(VERSION)#g' \
|
||||
-e 's#@DATE@#$(DATE)#g' < ${SRCPATH}/x11-ssh-askpass.man.in > $@
|
||||
|
||||
SshAskpass_ad.h: SshAskpass.ad
|
||||
${_MKTARGET_CREATE}
|
||||
rm -f ${.TARGET}
|
||||
${TOOL_SED} -n '/^[^!]/s/.*/"&",/p' <${.ALLSRC} > ${.TARGET}
|
||||
|
||||
LDADD+= -lXt -lSM -lICE -lXinerama -lXext -lX11
|
||||
DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXINERAMA} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.local}/programs/x11-ssh-askpass
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/sxpm/Makefile
vendored
17
external/mit/xorg/bin/sxpm/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/05/31 01:41:56 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= sxpm
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.Xpm}/src
|
||||
CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
|
||||
|
||||
LDADD+= -lXpm -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXPM} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.Xpm}/${PROG}
|
||||
.PATH: ${X11SRCDIR.Xpm}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
54
external/mit/xorg/bin/twm/Makefile
vendored
54
external/mit/xorg/bin/twm/Makefile
vendored
|
|
@ -1,54 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/03/17 09:21:19 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= twm
|
||||
SRCS= gram.y lex.l deftwmrc.c add_window.c gc.c list.c twm.c \
|
||||
parse.c menus.c events.c resize.c util.c version.c iconmgr.c \
|
||||
cursor.c icons.c session.c
|
||||
|
||||
YHEADER=1
|
||||
|
||||
TWMCONFIGDIR= ${X11ETCDIR}/twm
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,TWMDIR,${TWMCONFIGDIR},g'
|
||||
|
||||
TWMDIR= ${X11SRCDIR.${PROG}}
|
||||
|
||||
CPPFLAGS+= -I. -I${TWMDIR}/src
|
||||
CPPFLAGS+= -DHAVE_MKSTEMP -DXORG_RELEASE=${XORG_RELEASE} \
|
||||
-DXVENDORNAME=${XVENDORNAME}
|
||||
|
||||
CPPFLAGS.parse.c= -DSYSTEM_INIT_FILE=\"${TWMCONFIGDIR}/system.twmrc\"
|
||||
|
||||
CONFIGFILES= system.twmrc
|
||||
FILESDIR= ${TWMCONFIGDIR}
|
||||
|
||||
DPSRCS+= deftwmrc.c
|
||||
CLEANFILES+= deftwmrc.c
|
||||
deftwmrc.c: system.twmrc deftwmrc.sed
|
||||
${_MKTARGET_CREATE}
|
||||
rm -f ${.TARGET}
|
||||
echo '/* ' >>$@
|
||||
echo ' * This file is generated automatically from the default' >>$@
|
||||
echo ' * twm bindings file system.twmrc by the twm Makefile.' >>$@
|
||||
echo ' */' >>$@
|
||||
echo 'char *defTwmrc[] = {' >>$@
|
||||
${TOOL_SED} -f ${TWMDIR}/src/deftwmrc.sed \
|
||||
< ${TWMDIR}/src/system.twmrc >>$@
|
||||
echo ' (char *) 0 };' >>$@
|
||||
|
||||
|
||||
LDADD+= -lXmu -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${TWMDIR}/src ${TWMDIR}/man
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-pointer-sign
|
||||
|
||||
# XXX: has const issues best solved upstream
|
||||
COPTS.menus.c+= -Wno-error
|
||||
COPTS.util.c+= -Wno-error
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
12
external/mit/xorg/bin/ucs2any/Makefile
vendored
12
external/mit/xorg/bin/ucs2any/Makefile
vendored
|
|
@ -1,12 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/11/11 22:27:33 njoly Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= ucs2any
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's,__mapfilesdir__,${LIBDIR}/X11/fonts/util,'
|
||||
|
||||
.PATH: ${X11SRCDIR.font-util} ${X11SRCDIR.font-util}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/viewres/Makefile
vendored
17
external/mit/xorg/bin/viewres/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= viewres
|
||||
|
||||
APPDEFS=Viewres Viewres-color
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
38
external/mit/xorg/bin/x11perf/Makefile
vendored
38
external/mit/xorg/bin/x11perf/Makefile
vendored
|
|
@ -1,38 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/11/20 21:02:23 dholland Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= x11perf
|
||||
SRCS= x11perf.c bitmaps.c do_tests.c do_simple.c do_rects.c do_valgc.c \
|
||||
do_lines.c do_segs.c do_dots.c do_windows.c do_movewin.c do_text.c \
|
||||
do_blt.c do_arcs.c do_tris.c do_complex.c do_traps.c
|
||||
|
||||
CPPFLAGS+= -DMITSHM -DXRENDER
|
||||
CPPFLAGS+= -DXFT -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
MAN= Xmark.1 x11perf.1 x11perfcomp.1
|
||||
|
||||
x11perfcomp: x11perfcomp.in
|
||||
${TOOL_SED} \
|
||||
-e "s,@x11perfcompdir@,${X11LIBDIR}/x11perfcomp,;" \
|
||||
-e "s,@MKTEMP@,/usr/bin/mktemp,;" \
|
||||
< ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
SCRIPTS= x11perfcomp Xmark \
|
||||
fillblnk perfboth perfratio
|
||||
SCRIPTSDIR_fillblnk.sh= ${X11LIBDIR}/x11perfcomp
|
||||
SCRIPTSDIR_perfboth.sh= ${X11LIBDIR}/x11perfcomp
|
||||
SCRIPTSDIR_perfratio.sh=${X11LIBDIR}/x11perfcomp
|
||||
|
||||
CLEANFILES+= x11perfcomp
|
||||
|
||||
LDADD+= -lXft -lfontconfig -lfreetype -lexpat -lXrender
|
||||
DPADD+= ${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER}
|
||||
LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
24
external/mit/xorg/bin/xauth/Makefile
vendored
24
external/mit/xorg/bin/xauth/Makefile
vendored
|
|
@ -1,24 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/07/13 16:35:49 joerg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xauth
|
||||
SRCS= xauth.c gethost.c process.c parsedpy.c
|
||||
|
||||
CPPFLAGS+= -DRETSIGTYPE=void -DPACKAGE_VERSION=\"1.0.8\"
|
||||
CPPFLAGS.gethost.c= ${X11FLAGS.CONNECTION}
|
||||
CPPFLAGS.parsedpy.c= ${X11FLAGS.CONNECTION}
|
||||
|
||||
CWARNFLAGS.clang= -Wno-empty-body
|
||||
|
||||
LDADD+= -lXau -lXmuu -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXAU} ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
USE_SSP:= no
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/xbiff/Makefile
vendored
18
external/mit/xorg/bin/xbiff/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/02/21 04:40:24 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xbiff
|
||||
SRCS= xbiff.c Mailbox.c
|
||||
|
||||
LDADD+= -lXext -lXaw -lXmu -lXt -lX11 -lSM -lICE -lXau
|
||||
DPADD+= ${LIBXEXT} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBX11} ${LIBSM} ${LIBICE} \
|
||||
${LIBXAU}
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
20
external/mit/xorg/bin/xcalc/Makefile
vendored
20
external/mit/xorg/bin/xcalc/Makefile
vendored
|
|
@ -1,20 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/07/19 08:49:50 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xcalc
|
||||
SRCS= actions.c math.c xcalc.c
|
||||
|
||||
APPDEFS=XCalc XCalc-color
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
CPPFLAGS+= -DHAVE_STRLCPY
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/xclipboard/Makefile
vendored
17
external/mit/xorg/bin/xclipboard/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xclipboard
|
||||
|
||||
APPDEFS=XClipboard
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
23
external/mit/xorg/bin/xclock/Makefile
vendored
23
external/mit/xorg/bin/xclock/Makefile
vendored
|
|
@ -1,23 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 06:24:05 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xclock
|
||||
SRCS= xclock.c Clock.c
|
||||
|
||||
CPPFLAGS+=-DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
APPDEFS=XClock XClock-color
|
||||
|
||||
|
||||
LDADD+= -lXft -lfontconfig -lfreetype -lexpat -lXrender
|
||||
DPADD+= ${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER}
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/xcmsdb/Makefile
vendored
17
external/mit/xorg/bin/xcmsdb/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/07/19 22:30:58 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xcmsdb
|
||||
SRCS= xcmsdb.c loadData.c
|
||||
|
||||
LDADD+= -lX11
|
||||
DPADD+= ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
19
external/mit/xorg/bin/xconsole/Makefile
vendored
19
external/mit/xorg/bin/xconsole/Makefile
vendored
|
|
@ -1,19 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2014/03/17 09:24:11 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xconsole
|
||||
|
||||
APPDEFS=XConsole
|
||||
|
||||
LDADD+= -lutil -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBUTIL} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
CPPFLAGS+=-DHAS_OPENPTY -DHAVE_UTIL_H
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
15
external/mit/xorg/bin/xcutsel/Makefile
vendored
15
external/mit/xorg/bin/xcutsel/Makefile
vendored
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/05/31 06:46:55 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xcutsel
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.xclipboard}
|
||||
.PATH: ${X11SRCDIR.xclipboard}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
28
external/mit/xorg/bin/xditview/Makefile
vendored
28
external/mit/xorg/bin/xditview/Makefile
vendored
|
|
@ -1,28 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 06:50:45 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xditview
|
||||
SRCS= xditview.c Dvi.c draw.c font.c lex.c page.c parse.c \
|
||||
XFontName.c DviChar.c
|
||||
|
||||
CPPFLAGS+= -DHAS_MKSTEMP
|
||||
CPPFLAGS+= -DUSE_XFT -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
APPDEFS=Xditview Xditview-chrtr
|
||||
|
||||
LDADD+= -lXft -lfontconfig -lfreetype -lexpat -lXrender
|
||||
DPADD+= ${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER}
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
FILES= ldblarrow rdblarrow
|
||||
FILESDIR=${X11INCDIR}/X11/bitmaps
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
63
external/mit/xorg/bin/xdm/Makefile
vendored
63
external/mit/xorg/bin/xdm/Makefile
vendored
|
|
@ -1,63 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.13 2013/06/17 15:58:40 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xdm
|
||||
SRCS= access.c auth.c choose.c daemon.c dm.c dpylist.c \
|
||||
error.c file.c genauth.c mitauth.c netaddr.c policy.c \
|
||||
protodpy.c reset.c resource.c server.c session.c socket.c \
|
||||
streams.c util.c xdmauth.c xdmcp.c prngc.c
|
||||
|
||||
.if ${MKPIC} == "no"
|
||||
SRCS+= Login.c greet.c verify.c
|
||||
CPPFLAGS+= -DSTATIC_GREETER_LIB
|
||||
.endif
|
||||
|
||||
CPPFLAGS+= -DRETSIGTYPE=void
|
||||
CPPFLAGS.auth.c= -DBSD44SOCKETS
|
||||
CPPFLAGS.socket.c= -DBSD44SOCKETS
|
||||
CPPFLAGS.xdmcp.c= -DBSD44SOCKETS
|
||||
CPPFLAGS.xdmshell.c= -DHAS_VFORK
|
||||
CPPFLAGS.resource.c= \
|
||||
-DDEF_SERVER_LINE="\":0 local ${X11BINDIR}/X :0\"" \
|
||||
-DXRDB_PROGRAM=\"${X11BINDIR}/xrdb\" \
|
||||
-DDEF_SESSION="\"${X11BINDIR}/xterm -ls\"" \
|
||||
-DDEF_USER_PATH=\"/bin:/usr/bin:/usr/pkg/bin:/usr/local/bin:${X11BINDIR}\" \
|
||||
-DDEF_SYSTEM_PATH=\"/sbin:/usr/sbin:/bin:/usr/bin:${X11BINDIR}\" \
|
||||
-DDEF_SYSTEM_SHELL=\"/bin/sh\" \
|
||||
-DDEF_FAILSAFE_CLIENT=\"${X11BINDIR}/xterm\" \
|
||||
-DDEF_XDM_CONFIG=\"${XDMDIR}/xdm-config\" \
|
||||
-DDEF_AUTH_DIR=\"${XDMVARDIR}\" \
|
||||
-DDEF_GREETER_LIB=\"${XDMGREETERLIB}\"
|
||||
|
||||
LDADD+= -lXau -lXdmcp -lXft -lXinerama -lXpm
|
||||
LDADD+= -lXmu -lXt -lSM -lICE -lXext -lXrender -lX11
|
||||
LDADD+= -lcrypt -lfreetype -lutil
|
||||
DPADD+= ${LIBXAU} ${LIBXDMCP} ${LIBXFT} ${LIBXINERAMA} ${LIBXPM}
|
||||
DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
DPADD+= ${LIBCRYPT} ${LIBFREETYPE} ${LIBUTIL}
|
||||
|
||||
.if (${USE_PAM} != "no")
|
||||
LDADD+= -lpam ${PAM_STATIC_LDADD}
|
||||
DPADD+= ${LIBPAM} ${PAM_STATIC_DPADD}
|
||||
.endif
|
||||
|
||||
SUBDIR+= config
|
||||
TARGETS+= configinstall
|
||||
|
||||
.include "Makefile.xdm"
|
||||
|
||||
CPPFLAGS.resource.c+= -DDEF_CHOOSER=\"${XDMCHOOSERPATH}\"
|
||||
|
||||
X11MANCPP= yes
|
||||
X11EXTRAMANDEFS+= -DARC4_RANDOM \
|
||||
-DCHOOSERPATH=${XDMCHOOSERPATH} \
|
||||
-DGREETERLIBPATH=${XDMGREETERLIB} \
|
||||
-DXDMDIR=${XDMDIR} \
|
||||
-DXDMXAUTHDIR=${XDMVARDIR} \
|
||||
-DXDMLOGDIR=${XDMLOGDIR} \
|
||||
-DXDMPIDDIR=${XDMPIDDIR}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
53
external/mit/xorg/bin/xdm/Makefile.xdm
vendored
53
external/mit/xorg/bin/xdm/Makefile.xdm
vendored
|
|
@ -1,53 +0,0 @@
|
|||
# $NetBSD: Makefile.xdm,v 1.8 2013/06/05 00:01:16 mrg Exp $
|
||||
|
||||
XDMVARDIR= /var/db/xdm
|
||||
XDMDIR= ${X11ETCDIR}/xdm
|
||||
XDMCHOOSERPATH= ${X11ROOTDIR}/libexec/chooser
|
||||
XDMGREETERLIB= ${X11ROOTDIR}/lib/libXdmGreet.so
|
||||
XDMLOGDIR= /var/log
|
||||
XDMPIDDIR= /var/run
|
||||
|
||||
CPPFLAGS+= -DBINDIR=\"${X11BINDIR}\" -DXDMDIR=\"${XDMDIR}\" \
|
||||
-DHASXDMAUTH ${X11FLAGS.CONNECTION} \
|
||||
-DBSD44SOCKETS \
|
||||
-DFRAGILE_DEV_MEM -DARC4_RANDOM \
|
||||
-DDEV_RANDOM=\"dev/urandom\" \
|
||||
-DXPM -DUSE_XFT \
|
||||
-DHAVE_GETIFADDRS \
|
||||
-DHAVE_MKSTEMP \
|
||||
-DHAVE_SETPROCTITLE \
|
||||
-DHAVE_SETUSERCONTEXT \
|
||||
-DHAVE_ARC4RANDOM \
|
||||
-DHAVE_DAEMON \
|
||||
-DHAVE_SIGACTION \
|
||||
-DHAVE_ASPRINTF \
|
||||
-DHAVE_OPENLOG \
|
||||
-DUNIXCONN \
|
||||
-DTCPCONN \
|
||||
-DHAVE_WORKING_VFORK \
|
||||
-DHAVE_VFORK_H \
|
||||
-DHAVE_VFORK \
|
||||
-DHAVE_INTTYPES_H \
|
||||
-DHAVE_SYS_PARAM_H \
|
||||
-DHAVE_GRP_H \
|
||||
-I${X11SRCDIR.xdm} \
|
||||
-I${X11SRCDIR.xdm}/include \
|
||||
-I${DESTDIR}${X11INCDIR}/freetype2 \
|
||||
${X11FLAGS.VERSION}
|
||||
|
||||
LDFLAGS+= -Wl,--export-dynamic
|
||||
|
||||
.if (${USE_PAM} != "no")
|
||||
CPPFLAGS+= -DUSE_PAM
|
||||
.endif
|
||||
|
||||
.if (${USE_INET6} != "no")
|
||||
CPPFLAGS+= -DIPv6
|
||||
.endif
|
||||
|
||||
.PATH: ${X11SRCDIR.xdm}
|
||||
.PATH: ${X11SRCDIR.xdm}/xdm
|
||||
.PATH: ${X11SRCDIR.xdm}/man
|
||||
.PATH: ${X11SRCDIR.xdm}/chooser
|
||||
.PATH: ${X11SRCDIR.xdm}/greeter
|
||||
.PATH: ${X11SRCDIR.xdm}/app-defaults
|
||||
23
external/mit/xorg/bin/xdm/chooser/Makefile
vendored
23
external/mit/xorg/bin/xdm/chooser/Makefile
vendored
|
|
@ -1,23 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 23:50:35 mrg Exp $
|
||||
|
||||
NOMAN= 1
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= chooser
|
||||
|
||||
CPPFLAGS.chooser.c= -DBSD44SOCKETS -DRETSIGTYPE=void
|
||||
|
||||
APPDEFS=Chooser
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXinerama
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBXDMCP} ${LIBXINERAMA}
|
||||
|
||||
.include "../Makefile.xdm"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
BINDIR= ${XDMCHOOSERPATH:H}
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xdm}/app-defaults
|
||||
77
external/mit/xorg/bin/xdm/config/Makefile
vendored
77
external/mit/xorg/bin/xdm/config/Makefile
vendored
|
|
@ -1,77 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.14 2014/02/24 07:23:40 skrll Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
# DEFAULTVT for all arches that are able to switch virtual consoles
|
||||
# while in X (currently this needs WSDISPLAY_COMPAT_USL and
|
||||
# WSDISPLAY_COMPAT_PCVT, this might change soon)
|
||||
.if ${MACHINE_ARCH} == "x86_64" \
|
||||
|| ${MACHINE_ARCH} == "cats" \
|
||||
|| ${MACHINE_ARCH} == "hpcmips" \
|
||||
|| ${MACHINE_ARCH} == "hpcsh" \
|
||||
|| ${MACHINE_ARCH} == "hppa" \
|
||||
|| ${MACHINE_ARCH} == "i386" \
|
||||
|| ${MACHINE_ARCH} == "netwinder" \
|
||||
|| ${MACHINE_ARCH} == "shark" \
|
||||
|| ${MACHINE_ARCH} == "sparc" \
|
||||
|| ${MACHINE_ARCH} == "sparc64" \
|
||||
|| ${MACHINE_ARCH} == "zaurus"
|
||||
DEFAULTVT=vt05
|
||||
.else
|
||||
DEFAULTVT= # defined empty
|
||||
.endif
|
||||
|
||||
UUDECODE_FILES= NetBSD-flag.png
|
||||
CPPSCRIPTS= Xresources Xreset Xservers.ws Xsession Xstartup xdm-config
|
||||
|
||||
CPPSCRIPTFLAGS_Xresources= -DXPM -DBITMAPDIR=${X11INCDIR}/X11/pixmaps \
|
||||
-DXDM_PIXMAP=NetBSD.xpm \
|
||||
-DXDM_BWPIXMAP=NetBSD-bw.xpm
|
||||
CPPSCRIPTFLAGS_Xreset= -DBINDIR=${X11BINDIR} -DXDMCONFIGDIR=${XDMDIR}
|
||||
CPPSCRIPTFLAGS_Xservers.ws= -DBINDIR=${X11BINDIR} -DDEFAULTVT=${DEFAULTVT}
|
||||
CPPSCRIPTFLAGS_Xsession= -DBINDIR=${X11BINDIR} \
|
||||
-DMKTEMP_COMMAND=/usr/bin/mktemp \
|
||||
-DSHELL_CMD=/bin/sh
|
||||
CPPSCRIPTFLAGS_Xstartup= -DBINDIR=${X11BINDIR} -DXDMCONFIGDIR=${XDMDIR} \
|
||||
-DUTMP_FILE=${XDMPIDDIR}/utmp \
|
||||
-DWTMP_FILE=${XDMLOGDIR}/wtmp
|
||||
CPPSCRIPTFLAGS_xdm-config= -DXDMDIR=${XDMDIR} \
|
||||
-DXDMXAUTHDIR=${XDMVARDIR} \
|
||||
-DXDMLOGDIR=${XDMLOGDIR} \
|
||||
-DXDMPIDDIR=${XDMPIDDIR} \
|
||||
-DXPM \
|
||||
-DSU="su -m"
|
||||
|
||||
CONFIGFILES= GiveConsole TakeConsole \
|
||||
Xaccess Xservers.fs Xsession Xsetup_0 Xwilling \
|
||||
${CPPSCRIPTS}
|
||||
FILES= xorg-bw.xpm xorg.xpm \
|
||||
NetBSD-bw.xpm NetBSD-inv.xpm NetBSD.xpm \
|
||||
NetBSD-flag.png NetBSD-flag1.xpm NetBSD-flag2.xpm
|
||||
FILESDIR= ${XDMDIR}
|
||||
FILESDIR_xorg.xpm= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_xorg-bw.xpm= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_NetBSD.xpm= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_NetBSD-flag.png= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_NetBSD-flag1.xpm= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_NetBSD-flag2.xpm= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_NetBSD-bw.xpm= ${X11INCDIR}/X11/pixmaps
|
||||
FILESDIR_NetBSD-inv.xpm=${X11INCDIR}/X11/pixmaps
|
||||
FILESMODE_GiveConsole= ${BINMODE}
|
||||
FILESMODE_TakeConsole= ${BINMODE}
|
||||
FILESMODE_Xreset= ${BINMODE}
|
||||
FILESMODE_Xsetup_0= ${BINMODE}
|
||||
FILESMODE_Xsession= ${BINMODE}
|
||||
FILESMODE_Xstartup= ${BINMODE}
|
||||
FILESMODE_Xwilling= ${BINMODE}
|
||||
|
||||
CONFIGSYMLINKS= Xservers.ws ${XDMDIR}/Xservers
|
||||
|
||||
.PATH: ${X11SRCDIR.xdm}/config
|
||||
|
||||
.include "../Makefile.xdm"
|
||||
|
||||
CPPSCRIPTFLAGS_xdm-config+= -DCHOOSERPATH=${XDMCHOOSERPATH}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
108
external/mit/xorg/bin/xdm/config/Xresources.cpp
vendored
108
external/mit/xorg/bin/xdm/config/Xresources.cpp
vendored
|
|
@ -1,108 +0,0 @@
|
|||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
|
||||
Xcursor.theme: whiteglass
|
||||
|
||||
#define BS \ /* cpp can be trickier than m4 */
|
||||
#define NLBS \n\ /* don't remove these comments */
|
||||
xlogin*login.translations: #override BS
|
||||
Ctrl<Key>R: abort-display()NLBS
|
||||
<Key>F1: set-session-argument(failsafe) finish-field()NLBS
|
||||
<Key>Delete: delete-character()NLBS
|
||||
<Key>Left: move-backward-character()NLBS
|
||||
<Key>Right: move-forward-character()NLBS
|
||||
<Key>Home: move-to-begining()NLBS
|
||||
<Key>End: move-to-end()NLBS
|
||||
Ctrl<Key>KP_Enter: set-session-argument(failsafe) finish-field()NLBS
|
||||
<Key>KP_Enter: set-session-argument() finish-field()NLBS
|
||||
Ctrl<Key>Return: set-session-argument(failsafe) finish-field()NLBS
|
||||
<Key>Return: set-session-argument() finish-field()
|
||||
|
||||
xlogin*greeting: Welcome to CLIENTHOST
|
||||
xlogin*namePrompt: \040\040\040\040\040\040\040Login:
|
||||
xlogin*fail: Login incorrect
|
||||
|
||||
XHASHif WIDTH > 800
|
||||
xlogin*greetFont: -adobe-helvetica-bold-o-normal-*-18-*-*-*-*-*-iso8859-1
|
||||
xlogin*font: -adobe-helvetica-medium-o-normal-*-14-*-*-*-*-*-iso8859-1
|
||||
xlogin*promptFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
|
||||
xlogin*failFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
|
||||
xlogin*greetFace: Serif-24:bold:italic
|
||||
xlogin*face: Helvetica-14
|
||||
xlogin*promptFace: Helvetica-14:bold
|
||||
xlogin*failFace: Helvetica-14:bold
|
||||
XHASHelse
|
||||
xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1
|
||||
xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1
|
||||
xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
|
||||
xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1
|
||||
xlogin*greetFace: Serif-18:bold:italic
|
||||
xlogin*face: Helvetica-12
|
||||
xlogin*promptFace: Helvetica-12:bold
|
||||
xlogin*failFace: Helvetica-14:bold
|
||||
XHASHendif
|
||||
|
||||
XHASHifdef COLOR
|
||||
xlogin*borderWidth: 1
|
||||
xlogin*frameWidth: 5
|
||||
xlogin*innerFramesWidth: 2
|
||||
xlogin*shdColor: grey30
|
||||
xlogin*hiColor: grey90
|
||||
xlogin*background: grey
|
||||
!xlogin*foreground: darkgreen
|
||||
xlogin*greetColor: Blue3
|
||||
xlogin*failColor: red
|
||||
*Foreground: black
|
||||
*Background: #fffff0
|
||||
XHASHelse
|
||||
xlogin*borderWidth: 3
|
||||
xlogin*frameWidth: 0
|
||||
xlogin*innerFramesWidth: 1
|
||||
xlogin*shdColor: black
|
||||
xlogin*hiColor: black
|
||||
XHASHendif
|
||||
#ifdef XPM
|
||||
XHASHif PLANES >= 8
|
||||
XHASHif 1
|
||||
! XDM has no support for images with alpha channel, so we precomputed a
|
||||
! NetBSD logo with fixed background and use it here. If you change this
|
||||
! file to use another background colour, you need to create a new logo
|
||||
! xpm file. This can be done with netpbm from pkgsrc:
|
||||
!
|
||||
! pngtopnm -mix -background grey NetBSD-flag.png | pnmtoxpm > NetBSD-flag.xpm
|
||||
!
|
||||
! (all files in BITMAPDIR)
|
||||
!
|
||||
xlogin*logoFileName: BITMAPDIR/**//NetBSD-flag1.xpm
|
||||
xlogin*useShape: false
|
||||
XHASHelse
|
||||
!
|
||||
! This is the stock method, using a coloured xpm file and a b&w mask xpm.
|
||||
! Antialiased borders look ugly this way, but it works with arbitrary
|
||||
! background colours.
|
||||
!
|
||||
xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
|
||||
xlogin*useShape: true
|
||||
XHASHendif
|
||||
XHASHelse
|
||||
xlogin*logoFileName: BITMAPDIR/**//XDM_BWPIXMAP
|
||||
xlogin*useShape: true
|
||||
XHASHendif
|
||||
xlogin*logoPadding: 10
|
||||
#endif /* XPM */
|
||||
|
||||
XConsole.text.geometry: 480x130
|
||||
XConsole.verbose: true
|
||||
XConsole*iconic: true
|
||||
XConsole*font: fixed
|
||||
|
||||
Chooser*geometry: 700x500+300+200
|
||||
Chooser*allowShellResize: false
|
||||
Chooser*viewport.forceBars: true
|
||||
Chooser*label.font: *-new century schoolbook-bold-i-normal-*-240-*
|
||||
Chooser*label.label: XDMCP Host Menu from CLIENTHOST
|
||||
Chooser*list.font: -*-*-medium-r-normal-*-*-230-*-*-c-*-iso8859-1
|
||||
Chooser*Command.font: *-new century schoolbook-bold-r-normal-*-180-*
|
||||
26
external/mit/xorg/bin/xdpyinfo/Makefile
vendored
26
external/mit/xorg/bin/xdpyinfo/Makefile
vendored
|
|
@ -1,26 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.7 2015/07/19 19:49:18 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
# XXX add composite lib support
|
||||
|
||||
PROG= xdpyinfo
|
||||
|
||||
CPPFLAGS+=-I${X11SRCDIR.${PROG}}/../include -DHAVE_CONFIG_H
|
||||
|
||||
LDADD+= -lXtst -lXi -lXrender -lXinerama -lXcomposite \
|
||||
-lXxf86vm -lXxf86dga -lXxf86misc -lXext -lX11 \
|
||||
-lxcb -lX11-xcb
|
||||
DPADD+= ${LIBXTST} ${LIBXI} ${LIBXRENDER} ${LIBXINERAMA} ${LIBXCOMPOSITE} \
|
||||
${LIBXXF86VM} ${LIBXXF86DGA} ${LIBXXF86MISC} ${LIBXEXT} ${LIBX11} \
|
||||
${LIBXCB} ${LIBX11XCB}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
COPTS.xdpyinfo.c+= -Wno-error # xf86vmstr.h
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/xdriinfo/Makefile
vendored
18
external/mit/xorg/bin/xdriinfo/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/07/19 19:49:18 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xdriinfo
|
||||
|
||||
SRCS= xdriinfo.c
|
||||
|
||||
#LSC: No pthreads on MINIX!
|
||||
LDADD+= -lGL -lXext -lX11
|
||||
DPADD+= ${LIBGL} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
5
external/mit/xorg/bin/xedit/Makefile
vendored
5
external/mit/xorg/bin/xedit/Makefile
vendored
|
|
@ -1,5 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
SUBDIR= lisp mp re .WAIT xedit modules
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
3
external/mit/xorg/bin/xedit/Makefile.inc
vendored
3
external/mit/xorg/bin/xedit/Makefile.inc
vendored
|
|
@ -1,3 +0,0 @@
|
|||
#__MINIX
|
||||
.include "../Makefile.inc"
|
||||
|
||||
32
external/mit/xorg/bin/xedit/lisp/Makefile
vendored
32
external/mit/xorg/bin/xedit/lisp/Makefile
vendored
|
|
@ -1,32 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2015/07/23 08:03:25 mrg Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= lisp
|
||||
SRCS= bytecode.c core.c debugger.c format.c hash.c helper.c \
|
||||
io.c lisp.c math.c package.c pathname.c read.c \
|
||||
regex.c require.c stream.c string.c struct.c time.c \
|
||||
write.c xedit.c
|
||||
|
||||
CPPFLAGS+= -DLISP -DLISPDIR=\"${X11LIBDIR}/xedit/lisp\" \
|
||||
-I${X11SRCDIR.xedit}/lisp/mp \
|
||||
-I${X11SRCDIR.xedit}/lisp/re \
|
||||
-I${X11SRCDIR.xedit}
|
||||
|
||||
.if defined(HAVE_PCC)
|
||||
# code uses gcc-specific "label as values" feature
|
||||
CPPFLAGS+= -DANSI_SOURCE
|
||||
.endif
|
||||
|
||||
.PATH: ${X11SRCDIR.xedit}/lisp
|
||||
|
||||
CWARNFLAGS.clang+= -Wno-format
|
||||
|
||||
# Ugh. writes to const char *
|
||||
COPTS.format.c+= -Wno-error
|
||||
COPTS.lisp.c+= -Wno-error
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.lib.mk>
|
||||
14
external/mit/xorg/bin/xedit/modules/Makefile
vendored
14
external/mit/xorg/bin/xedit/modules/Makefile
vendored
|
|
@ -1,14 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xedit}/lisp/modules
|
||||
|
||||
FILESDIR=${X11LIBDIR}/xedit/lisp
|
||||
FILES= indent.lsp lisp.lsp syntax.lsp xedit.lsp
|
||||
|
||||
SUBDIR= progmodes
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.xedit}/lisp/modules/progmodes
|
||||
|
||||
FILESDIR=${X11LIBDIR}/xedit/lisp/progmodes
|
||||
FILES= c.lsp html.lsp imake.lsp lisp.lsp make.lsp man.lsp patch.lsp \
|
||||
rpm.lsp sgml.lsp sh.lsp xconf.lsp xlog.lsp xrdb.lsp
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
13
external/mit/xorg/bin/xedit/mp/Makefile
vendored
13
external/mit/xorg/bin/xedit/mp/Makefile
vendored
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/06/27 17:03:30 matt Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= mp
|
||||
SRCS= mp.c mpi.c mpr.c
|
||||
|
||||
.PATH: ${X11SRCDIR.xedit}/lisp/mp
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.lib.mk>
|
||||
13
external/mit/xorg/bin/xedit/re/Makefile
vendored
13
external/mit/xorg/bin/xedit/re/Makefile
vendored
|
|
@ -1,13 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/06/27 17:03:30 matt Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= re
|
||||
SRCS= re.c rec.c reo.c
|
||||
|
||||
.PATH: ${X11SRCDIR.xedit}/lisp/re
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.lib.mk>
|
||||
28
external/mit/xorg/bin/xedit/xedit/Makefile
vendored
28
external/mit/xorg/bin/xedit/xedit/Makefile
vendored
|
|
@ -1,28 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/07/19 19:49:18 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xedit
|
||||
SRCS= xedit.c commands.c util.c ispell.c options.c hook.c lisp.c \
|
||||
tags.c hash.c
|
||||
|
||||
CPPFLAGS+= -I${X11SRCDIR.xedit}/lisp/re
|
||||
CPPFLAGS+= -DHAVE_GETPAGESIZE
|
||||
|
||||
APPDEFS= Xedit Xedit-color
|
||||
|
||||
.for _L in lisp mp re
|
||||
LIB.${_L}!= cd ${.CURDIR}/../${_L} && ${PRINTOBJDIR}
|
||||
DPADD+= ${LIB.${_L}}/lib${_L}.a
|
||||
LDADD+= -L${LIB.${_L}} -l${_L}
|
||||
.endfor
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#__MINIX
|
||||
.include "../Makefile.inc"
|
||||
|
||||
16
external/mit/xorg/bin/xev/Makefile
vendored
16
external/mit/xorg/bin/xev/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2015/07/19 19:49:18 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xev
|
||||
|
||||
LDADD+= -lX11 -lXrandr
|
||||
DPADD+= ${LIBX11} ${LIBXRANDR}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
14
external/mit/xorg/bin/xeyes/Makefile
vendored
14
external/mit/xorg/bin/xeyes/Makefile
vendored
|
|
@ -1,14 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xeyes
|
||||
SRCS= xeyes.c Eyes.c transform.c
|
||||
|
||||
LDADD+= -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
15
external/mit/xorg/bin/xf86dga/Makefile
vendored
15
external/mit/xorg/bin/xf86dga/Makefile
vendored
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/05/22 02:40:40 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= dga
|
||||
|
||||
LDADD+= -lXxf86dga -lXext -lX11
|
||||
DPADD+= ${LIBXXF86DGA} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.xf86dga}
|
||||
|
||||
COPTS.dga.c+= -Wno-error # XXX xf86dga.h
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
22
external/mit/xorg/bin/xfd/Makefile
vendored
22
external/mit/xorg/bin/xfd/Makefile
vendored
|
|
@ -1,22 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 07:22:21 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xfd
|
||||
SRCS= xfd.c grid.c
|
||||
|
||||
CPPFLAGS+= -DXRENDER -DXFREE86_FT2 -I${DESTDIR}${X11INCDIR}/freetype2
|
||||
|
||||
APPDEFS=Xfd
|
||||
|
||||
LDADD+= -lXft -lfontconfig -lfreetype -lexpat -lXrender
|
||||
DPADD+= ${LIBXFT} ${LIBFONTCONFIG} ${LIBFREETYPE} ${LIBEXPAT} ${LIBXRENDER}
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
15
external/mit/xorg/bin/xfindproxy/Makefile
vendored
15
external/mit/xorg/bin/xfindproxy/Makefile
vendored
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/07/19 22:43:26 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xfindproxy
|
||||
|
||||
LDADD+= -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
18
external/mit/xorg/bin/xfontsel/Makefile
vendored
18
external/mit/xorg/bin/xfontsel/Makefile
vendored
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/05/31 07:22:21 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xfontsel
|
||||
SRCS= xfontsel.c ULabel.c
|
||||
|
||||
APPDEFS=XFontSel
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
69
external/mit/xorg/bin/xfs/Makefile
vendored
69
external/mit/xorg/bin/xfs/Makefile
vendored
|
|
@ -1,69 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.12 2015/07/17 17:57:11 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xfs
|
||||
|
||||
XFSDIR= ${X11SRCDIR.${PROG}}
|
||||
|
||||
.PATH: ${XFSDIR}/man
|
||||
|
||||
.PATH: ${XFSDIR}/difs
|
||||
SRCS= atom.c charinfo.c difsutils.c dispatch.c events.c \
|
||||
extensions.c fontinfo.c fonts.c globals.c initfonts.c main.c \
|
||||
resource.c swaprep.c swapreq.c tables.c
|
||||
|
||||
.PATH: ${XFSDIR}/os
|
||||
SRCS+= access.c config.c connection.c daemon.c error.c io.c osglue.c \
|
||||
osinit.c utils.c waitfor.c xfstrans.c
|
||||
|
||||
CPPFLAGS+= -I${XFSDIR}/include \
|
||||
-I${DESTDIR}${X11INCDIR}/X11/FS \
|
||||
-I${X11SRCDIR.libXfont}/include \
|
||||
-I${X11SRCDIR.libXfont}/bitmap \
|
||||
-I${XFSDIR}/../include \
|
||||
-DHAVE_DAEMON
|
||||
|
||||
CONN_DEFINES= ${X11FLAGS.CONNECTION} -DFONT_t -DTRANS_SERVER \
|
||||
-DTRANS_REOPEN -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT
|
||||
|
||||
XFSCONFIGDIR= ${X11ETCDIR}/fs
|
||||
|
||||
CPPFLAGS.initfonts.c= -DFONT_PCF -DFONT_FS -DFONT_SPEEDO
|
||||
CPPFLAGS.connection.c= ${CONN_DEFINES} -DBSD44SOCKETS \
|
||||
${X11FLAGS.OS_DEFINES}
|
||||
CPPFLAGS.xfstrans.c= ${CONN_DEFINES} -DBSD44SOCKETS \
|
||||
${X11FLAGS.OS_DEFINES}
|
||||
CPPFLAGS.utils.c= -DXFSPIDDIR=\"/var/run\"
|
||||
CPPFLAGS.io.c= ${CONN_DEFINES}
|
||||
CPPFLAGS.waitfor.c= ${CONN_DEFINES}
|
||||
CPPFLAGS.error.c= -DUSE_SYSLOG
|
||||
CPPFLAGS.osglue.c= ${CONN_DEFINES} \
|
||||
${X11FLAGS.OS_DEFINES}
|
||||
CPPFLAGS.config.c= ${CONN_DEFINES}
|
||||
# XXX
|
||||
CPPFLAGS.xfstrans.c+= -Wno-error
|
||||
|
||||
X11EXTRAMANDEFS+= -e 's%__configfilepath__%${XFSCONFIGDIR}/config%g' \
|
||||
-e 's%__configfiledesc__%the default file,%g'
|
||||
|
||||
|
||||
.PATH: ${XFSDIR}/config
|
||||
BUILDSYMLINKS= config.cpp fsconfig.cpp
|
||||
CPPSCRIPTS= fsconfig
|
||||
CPPSCRIPTFLAGS= -DDEFAULTFONTPATH=${X11FONTDIR}/misc/,${X11FONTDIR}/Type1/,${X11FONTDIR}/75dpi/,${X11FONTDIR}/100dpi/ \
|
||||
-DFSERRORS=/var/log/xfs.log -D__appmansuffix__=1
|
||||
|
||||
CONFIGFILES= fsconfig
|
||||
FILESNAME= config
|
||||
FILESDIR= ${XFSCONFIGDIR}
|
||||
|
||||
|
||||
LDADD+= -lXfont -lfontenc -lXfontcache -lXext -lX11 -lfreetype -lm -lz
|
||||
DPADD+= ${LIBXFONT} ${LIBFONTENC} ${LIBXFONTCACHE} ${LIBXEXT} ${LIBX11} \
|
||||
${LIBFREETYPE} ${LIBM} ${LIBZ}
|
||||
|
||||
.PATH: ${XFSDIR}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/xfsinfo/Makefile
vendored
16
external/mit/xorg/bin/xfsinfo/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/07/22 08:35:26 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xfsinfo
|
||||
|
||||
LDADD+= -lFS
|
||||
DPADD+= ${LIBFS}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/xfwp/Makefile
vendored
16
external/mit/xorg/bin/xfwp/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xfwp
|
||||
SRCS= xfwp.c misc.c pm.c transport.c io.c
|
||||
|
||||
CPPFLAGS.transport.c= -DBSD44SOCKETS
|
||||
|
||||
LDADD+= -lICE
|
||||
DPADD+= ${LIBICE}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/xgamma/Makefile
vendored
17
external/mit/xorg/bin/xgamma/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.3 2015/07/19 22:42:24 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xgamma
|
||||
|
||||
LDADD+= -lXxf86vm -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
|
||||
DPADD+= ${LIBXXF86VM} ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
|
||||
${LIBXPM} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include "../../xorg-pkg-ver.mk"
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
22
external/mit/xorg/bin/xgc/Makefile
vendored
22
external/mit/xorg/bin/xgc/Makefile
vendored
|
|
@ -1,22 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2013/05/31 07:22:21 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xgc
|
||||
SRCS= dashlist.c planemask.c getfile.c tests.c text.c \
|
||||
choice.c main.c interpret.c record.c testfrac.c gram.y lex.l
|
||||
|
||||
YHEADER=1
|
||||
CPPFLAGS+=-I. -I${X11SRCDIR.${PROG}}
|
||||
|
||||
APPDEFS=Xgc Xgc-color
|
||||
|
||||
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lm
|
||||
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXPM} \
|
||||
${LIBXEXT} ${LIBX11} ${LIBM}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/app-defaults
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
16
external/mit/xorg/bin/xhost/Makefile
vendored
16
external/mit/xorg/bin/xhost/Makefile
vendored
|
|
@ -1,16 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2013/05/31 07:22:21 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xhost
|
||||
|
||||
CPPFLAGS+=${X11FLAGS.CONNECTION} -DBSD44SOCKETS
|
||||
|
||||
LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
37
external/mit/xorg/bin/xinit/Makefile
vendored
37
external/mit/xorg/bin/xinit/Makefile
vendored
|
|
@ -1,37 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.6 2011/08/03 02:56:29 mrg Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xinit
|
||||
MAN= xinit.1 startx.1
|
||||
|
||||
XINITDIR= ${X11ETCDIR}/xinit
|
||||
|
||||
CPPFLAGS+= ${X11FLAGS.CONNECTION} -DBINDIR=\"${X11BINDIR}\" \
|
||||
-DRETSIGTYPE=void
|
||||
|
||||
CPPSCRIPTS= startx xinitrc
|
||||
CPPSCRIPTFLAGS_xinitrc= -DXINITDIR=${XINITDIR} -DBINDIR=${X11BINDIR} \
|
||||
-DSHELL_CMD=/bin/sh -DXRDB=xrdb -DXMODMAP=xmodmap \
|
||||
-DTWM=twm -DXCLOCK=xclock -DXTERM=${X11BINDIR}/xterm
|
||||
CPPSCRIPTFLAGS_startx= -DXINITDIR=${XINITDIR} -DBINDIR=${X11BINDIR} \
|
||||
-DSHELL_CMD=/bin/sh -DXAUTH=xauth -DXINIT=xinit \
|
||||
-DXSERVER=${X11BINDIR}/X -DXTERM=${X11BINDIR}/xterm \
|
||||
-DHAS_COOKIE_MAKER \
|
||||
-DMK_COOKIE='dd if=/dev/urandom bs=16 count=1 2>/dev/null | hexdump -e \\"%08x\\"'
|
||||
|
||||
SCRIPTS= startx
|
||||
CONFIGFILES= xinitrc
|
||||
FILESDIR= ${XINITDIR}
|
||||
|
||||
LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
|
||||
DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
|
||||
|
||||
X11EXTRAMANDEFS=-D__xinitdir__=${XINITDIR}
|
||||
X11MANCPP= yes
|
||||
|
||||
.PATH: ${X11SRCDIR.${PROG}}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
17
external/mit/xorg/bin/xinput/Makefile
vendored
17
external/mit/xorg/bin/xinput/Makefile
vendored
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/05/23 17:44:41 dsl Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PROG= xinput
|
||||
SRCS= buttonmap.c feedback.c list.c property.c setint.c setmode.c \
|
||||
setptr.c state.c test.c xinput.c
|
||||
|
||||
CPPFLAGS+= -DVERSION='"1.4.0"'
|
||||
|
||||
LDADD+= -lXi -lX11 -lm
|
||||
DPADD+= ${LIBXI} ${LIBM}
|
||||
.PATH: ${X11SRCDIR.${PROG}}/src
|
||||
.PATH: ${X11SRCDIR.${PROG}}/man
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user