mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 12:19:10 +00:00
Build infrastructure for app
This commit is contained in:
33
app/Makefile
Normal file
33
app/Makefile
Normal file
@@ -0,0 +1,33 @@
|
||||
# $Xenocara: Makefile,v 1.6 2006/04/17 20:21:00 matthieu Exp $
|
||||
|
||||
SUBDIR= bdftopcf mkfontscale mkfontdir \
|
||||
appres beforelight bitmap editres fonttosfnt fslsfonts \
|
||||
fstobdf iceauth ico lbxproxy listres luit mkcfm oclock \
|
||||
proxymngr rgb rstart scripts sessreg setxkbmap showfont \
|
||||
smproxy twm viewres x11perf xauth xbiff xcalc \
|
||||
xclipboard xclock xcmsdb xconsole xdbedizzy \
|
||||
xditview xdm xdpyinfo xdriinfo xedit xev xeyes xf86dga \
|
||||
xfd xfindproxy xfontsel xfs xfsinfo xfwp xgamma xgc xhost \
|
||||
xinit xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \
|
||||
xlsatoms xlsclients xlsfonts xmag xman xmessage xmh \
|
||||
xmodmap xmore xphelloworld xplsprinters xpr xprehashprinterlist \
|
||||
xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \
|
||||
xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \
|
||||
xwud
|
||||
|
||||
# GL
|
||||
SUBDIR += glxgears glxinfo
|
||||
|
||||
# extras
|
||||
SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xvctl
|
||||
|
||||
# External dependencies
|
||||
# xcursorgen
|
||||
|
||||
# Not yet autotoolized
|
||||
# makepsres texteroids
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
build: _SUBDIRUSE
|
||||
update: _SUBDIRUSE
|
||||
3
app/appres/Makefile.bsd-wrapper
Normal file
3
app/appres/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/bdftopcf/Makefile.bsd-wrapper
Normal file
3
app/bdftopcf/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/beforelight/Makefile.bsd-wrapper
Normal file
3
app/beforelight/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/bitmap/Makefile.bsd-wrapper
Normal file
3
app/bitmap/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/editres/Makefile.bsd-wrapper
Normal file
3
app/editres/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/fslsfonts/Makefile.bsd-wrapper
Normal file
3
app/fslsfonts/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/fstobdf/Makefile.bsd-wrapper
Normal file
3
app/fstobdf/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/iceauth/Makefile.bsd-wrapper
Normal file
3
app/iceauth/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/ico/Makefile.bsd-wrapper
Normal file
3
app/ico/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/listres/Makefile.bsd-wrapper
Normal file
3
app/listres/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/luit/Makefile.bsd-wrapper
Normal file
3
app/luit/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/mkcfm/Makefile.bsd-wrapper
Normal file
3
app/mkcfm/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/mkfontdir/Makefile.bsd-wrapper
Normal file
3
app/mkfontdir/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/mkfontscale/Makefile.bsd-wrapper
Normal file
3
app/mkfontscale/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/oclock/Makefile.bsd-wrapper
Normal file
3
app/oclock/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/proxymngr/Makefile.bsd-wrapper
Normal file
3
app/proxymngr/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/rgb/Makefile.bsd-wrapper
Normal file
3
app/rgb/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/rstart/Makefile.bsd-wrapper
Normal file
3
app/rstart/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/scripts/Makefile.bsd-wrapper
Normal file
3
app/scripts/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/sessreg/Makefile.bsd-wrapper
Normal file
3
app/sessreg/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/setxkbmap/Makefile.bsd-wrapper
Normal file
3
app/setxkbmap/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/showfont/Makefile.bsd-wrapper
Normal file
3
app/showfont/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/smproxy/Makefile.bsd-wrapper
Normal file
3
app/smproxy/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/viewres/Makefile.bsd-wrapper
Normal file
3
app/viewres/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/x11perf/Makefile.bsd-wrapper
Normal file
3
app/x11perf/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xauth/Makefile.bsd-wrapper
Normal file
3
app/xauth/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xbiff/Makefile.bsd-wrapper
Normal file
3
app/xbiff/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xcalc/Makefile.bsd-wrapper
Normal file
3
app/xcalc/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xclipboard/Makefile.bsd-wrapper
Normal file
3
app/xclipboard/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xclock/Makefile.bsd-wrapper
Normal file
3
app/xclock/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xcmsdb/Makefile.bsd-wrapper
Normal file
3
app/xcmsdb/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
5
app/xconsole/Makefile.bsd-wrapper
Normal file
5
app/xconsole/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,5 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:40 matthieu Exp $
|
||||
|
||||
CONFIGURE_ARGS= --enable-privsep
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xdm/Makefile.bsd-wrapper
Normal file
3
app/xdm/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xdpyinfo/Makefile.bsd-wrapper
Normal file
3
app/xdpyinfo/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xdriinfo/Makefile.bsd-wrapper
Normal file
3
app/xdriinfo/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xedit/Makefile.bsd-wrapper
Normal file
3
app/xedit/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xev/Makefile.bsd-wrapper
Normal file
3
app/xev/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xeyes/Makefile.bsd-wrapper
Normal file
3
app/xeyes/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xfd/Makefile.bsd-wrapper
Normal file
3
app/xfd/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xfindproxy/Makefile.bsd-wrapper
Normal file
3
app/xfindproxy/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xfontsel/Makefile.bsd-wrapper
Normal file
3
app/xfontsel/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xfwp/Makefile.bsd-wrapper
Normal file
3
app/xfwp/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xgamma/Makefile.bsd-wrapper
Normal file
3
app/xgamma/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xgc/Makefile.bsd-wrapper
Normal file
3
app/xgc/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xhost/Makefile.bsd-wrapper
Normal file
3
app/xhost/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xkbcomp/Makefile.bsd-wrapper
Normal file
3
app/xkbcomp/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xkbevd/Makefile.bsd-wrapper
Normal file
3
app/xkbevd/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xkbprint/Makefile.bsd-wrapper
Normal file
3
app/xkbprint/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xkbutils/Makefile.bsd-wrapper
Normal file
3
app/xkbutils/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xkill/Makefile.bsd-wrapper
Normal file
3
app/xkill/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xload/Makefile.bsd-wrapper
Normal file
3
app/xload/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
13
app/xlockmore/Makefile.bsd-wrapper
Normal file
13
app/xlockmore/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,13 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.4 2006/04/17 13:27:10 matthieu Exp $
|
||||
|
||||
config.status:
|
||||
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
|
||||
AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
|
||||
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
||||
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
|
||||
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
||||
--enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \
|
||||
--enable-syslog --without-motif \
|
||||
--without-gtk2 --without-gtk --without-esound
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xlogo/Makefile.bsd-wrapper
Normal file
3
app/xlogo/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xlsatoms/Makefile.bsd-wrapper
Normal file
3
app/xlsatoms/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xlsclients/Makefile.bsd-wrapper
Normal file
3
app/xlsclients/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xlsfonts/Makefile.bsd-wrapper
Normal file
3
app/xlsfonts/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xmag/Makefile.bsd-wrapper
Normal file
3
app/xmag/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xman/Makefile.bsd-wrapper
Normal file
3
app/xman/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xmessage/Makefile.bsd-wrapper
Normal file
3
app/xmessage/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xmore/Makefile.bsd-wrapper
Normal file
3
app/xmore/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xphelloworld/Makefile.bsd-wrapper
Normal file
3
app/xphelloworld/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xplsprinters/Makefile.bsd-wrapper
Normal file
3
app/xplsprinters/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xpr/Makefile.bsd-wrapper
Normal file
3
app/xpr/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xprehashprinterlist/Makefile.bsd-wrapper
Normal file
3
app/xprehashprinterlist/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xprop/Makefile.bsd-wrapper
Normal file
3
app/xprop/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xrandr/Makefile.bsd-wrapper
Normal file
3
app/xrandr/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xrefresh/Makefile.bsd-wrapper
Normal file
3
app/xrefresh/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xset/Makefile.bsd-wrapper
Normal file
3
app/xset/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xsm/Makefile.bsd-wrapper
Normal file
3
app/xsm/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xstdcmap/Makefile.bsd-wrapper
Normal file
3
app/xstdcmap/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
13
app/xterm/Makefile.bsd-wrapper
Normal file
13
app/xterm/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,13 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.4 2006/04/17 13:27:10 matthieu Exp $
|
||||
|
||||
config.status:
|
||||
AUTOMAKE_VERSION="$(AUTOMAKE_VERSION)" \
|
||||
AUTOCONF_VERSION="$(AUTOCONF_VERSION)" \
|
||||
ACLOCAL="aclocal -I ${X11BASE}/share/aclocal" \
|
||||
PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
|
||||
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
||||
--with-app-defaults=${X11BASE}/share/X11/app-defaults \
|
||||
--with-utmp-setgid=utmp \
|
||||
--mandir=${X11BASE}/share/man
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xtrap/Makefile.bsd-wrapper
Normal file
3
app/xtrap/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xvidtune/Makefile.bsd-wrapper
Normal file
3
app/xvidtune/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xvinfo/Makefile.bsd-wrapper
Normal file
3
app/xvinfo/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xwd/Makefile.bsd-wrapper
Normal file
3
app/xwd/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xwininfo/Makefile.bsd-wrapper
Normal file
3
app/xwininfo/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
3
app/xwud/Makefile.bsd-wrapper
Normal file
3
app/xwud/Makefile.bsd-wrapper
Normal file
@@ -0,0 +1,3 @@
|
||||
# $Xenocara: Makefile.bsd-wrapper,v 1.3 2006/04/17 13:25:39 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
Reference in New Issue
Block a user