Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 12:10:13 +0100
From:      Axel Rau <Axel.Rau@chaos1.de>
To:        Dan Mahoney <freebsd@gushi.org>, ports@FreeBSD.org
Subject:   Re: porting Makefiles from Linux
Message-ID:  <94B1CB5F-AA8F-4B0B-AD39-C1612ACE7583@Chaos1.DE>
In-Reply-To: <3E5853D5-56E2-41B6-8E17-325364EF2D84@Chaos1.DE>
References:  <7453893C-18B0-4298-9228-BC27AFCAE9E7@Chaos1.DE> <474C8EA9-9BBA-4319-AF30-73394EAB4AE9@gushi.org> <3E5853D5-56E2-41B6-8E17-325364EF2D84@Chaos1.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_2BF2DEB8-7F26-4539-9CBA-606579659FEF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=utf-8

Hi Dan, All,

should I replace the linux install targets by proper ports plists =
instead of translating each install statement to FreeBSD style install ?

Thanks, Axel

> Am 16.03.2022 um 12:36 schrieb Axel Rau <Axel.Rau@chaos1.de>:
>=20
> I try to create a port from:
> 	https://github.com/gkiefer/home2l <https://github.com/gkiefer/home2l>;
> This is a multi architecture project and has no configure.in <http://co=
nfigure.in/> or Makefile.am
> Makefiles seem to be handcrafted  by the author or otherwise generated.
>=20
> =E2=80=9Ainstall' statements in Makefiles:
> - - -
> brownies/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/share/browni=
es $(BUILD_DIR_AVR)/*.elf
> brownies/Makefile:	install -Dp $(STRIP) -m 755 -t $$BIN $(BROWNIE2L_BIN=
)
> doc/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/ home2l-book.=
pdf
> doc/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_c/=
 $(API_C)/*.*
> doc/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_c/=
search/ $(API_C)/search/*.*
> doc/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_py=
thon/ $(API_PYTHON)/*.*
> doc/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_py=
thon/search/ $(API_PYTHON)/search/*.*
> doorman/Makefile:	install -Dp $(STRIP) -m 755 -t $$BIN $(DOORMAN_BIN); =
  \
> drivers/mqtt/Makefile:	install -Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)=
/lib/$(ARCH) $(DRIVER_BIN)
> drivers/brownies/Makefile:	install -Dp $(STRIP) -m 644 -t $(HOME2L_INST=
ALL)/lib/$(ARCH) $(DRIVER_BIN)
> drivers/enocean/Makefile:	install -Dp $(STRIP) -m 644 -t $$LIB =
$(DRIVER_BIN); \
> drivers/enocean/Makefile:	install -Dp $(STRIP) -m 755 -t $$BIN =
$(TOOL_BIN)
> drivers/demo/Makefile:	install -Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)=
/lib/$(ARCH) $(DRIVER_BIN)
> drivers/mpd/Makefile:	install -Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)/=
lib/$(ARCH) $(DRIVER_BIN)
> drivers/weather/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/lib =
$(SCRIPTS)
> drivers/gpio/Makefile:	install -Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)=
/lib/$(ARCH) $(DRIVER_BIN)
> drivers/gpio/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/bin =
h2l-setup_gpio.sh
> locales/Makefile:	install -Dp -m 644 de.mo $(HOME2L_INSTALL)/locale/de_=
DE/LC_MESSAGES/home2l.mo
> resources/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/bin =
home2l-showhouse
> resources/Makefile:	install -Dp $(STRIP) -m 755 -t $$BIN $(RCSHELL_BIN)=
 $(SERVER_BIN); \
> resources/Makefile:	  install -Dp $(STRIP) -m 644 -t $$LIB $(PYLIB_BIN)=
;  \
> resources/Makefile:	  install -Dp          -m 644 -t $$LIB $(DIR_OBJ)/$=
(PYLIB).py;  \
> tools/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/bin $(SCRIPTS)
> tools/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL) env.sh README
> tools/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/install =
$(INITD)
> tools/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/bin h2l-mkdir.s=
h
> tools/Makefile:	install -Dp $(STRIP) -m 755 -t $$BIN $(DAEMON_BIN);   \
> wallclock/Makefile:	install -Dps -m 755 -t $$BIN $(WALLCLOCK_BIN);
> wallclock/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/bin =
home2l-fpc; \
> wallclock/Makefile:	install -Dp -m 755 -t $(HOME2L_INSTALL)/bin =
h2l-sysinfo.sh; \
> wallclock/Makefile:	  install -Dp -m 644 $(APK) $(HOME2L_INSTALL)/insta=
ll/Home2lApp.apk; \
> wallclock/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/share/icons=
 icons.build/*.bmp; \
> wallclock/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/share/fonts=
 fonts/*.ttf; \
> wallclock/Makefile:	install -Dp -m 644 -t $(HOME2L_INSTALL)/share/sound=
s sounds/*.wav; \
> wallclock/Makefile:	install -Dp -m 644 -T icons/home2l-desktop.png =
$(HOME2L_INSTALL)/share/home2l.png; \
> - - -
>=20
> Thanks, Axel
> ---
> PGP-Key: CDE74120  =E2=98=80  computing @ chaos claudius
>=20

=2D--
PGP-Key: CDE74120  =E2=98=80  computing @ chaos claudius


--Apple-Mail=_2BF2DEB8-7F26-4539-9CBA-606579659FEF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=utf-8

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dutf-8"></head><body style=3D"word-wrap: break-word; -webkit-nbs=
p-mode: space; line-break: after-white-space;" class=3D"">Hi Dan, =
All,<div class=3D""><br class=3D""></div><div class=3D"">should I =
replace the linux install targets by proper ports plists instead of =
translating each install statement to FreeBSD style install ?</div><div =
class=3D""><br class=3D""></div><div class=3D"">Thanks, Axel<br class=3D"=
"><div><br class=3D""><blockquote type=3D"cite" class=3D""><div class=3D"=
">Am 16.03.2022 um 12:36 schrieb Axel Rau &lt;<a href=3D"mailto:Axel.Rau@=
chaos1.de" class=3D"">Axel.Rau@chaos1.de</a>&gt;:</div><br class=3D"Apple=
-interchange-newline"><div class=3D""><meta http-equiv=3D"Content-Type" =
content=3D"text/html; charset=3Dutf-8" class=3D""><div style=3D"word-wrap=
: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div class=3D"">I try to create a port from:</div><div =
class=3D""><span class=3D"Apple-tab-span" style=3D"white-space:pre">	</sp=
an><a href=3D"https://github.com/gkiefer/home2l" class=3D"">https://githu=
b.com/gkiefer/home2l</a></div><div class=3D"">This is a multi architectur=
e project and has no <a href=3D"http://configure.in/" class=3D"">configur=
e.in</a> or Makefile.am</div>Makefiles seem to be handcrafted&nbsp;&nbsp;=
by the author&nbsp;or otherwise generated.<div class=3D""><br class=3D"">=
</div><div class=3D"">=E2=80=9Ainstall' statements in Makefiles:</div><di=
v class=3D"">- - -</div><div class=3D""><div style=3D"margin: 0px; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Monaco; background-color: rgb(255, 255, 255);" class=3D""><span style=3D"=
font-variant-ligatures: no-common-ligatures" class=3D"">brownies/Makefile=
:<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install=
 -Dp -m 644 -t $(HOME2L_INSTALL)/share/brownies $(BUILD_DIR_AVR)/*.elf</s=
pan></div><div style=3D"margin: 0px; font-stretch: normal; font-size: =
11px; line-height: normal; font-family: Monaco; background-color: =
rgb(255, 255, 255);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures" class=3D"">brownies/Makefile:<span class=3D"Apple-ta=
b-span" style=3D"white-space:pre">	</span>install -Dp $(STRIP) -m 755 -t =
$$BIN $(BROWNIE2L_BIN)</span></div><div style=3D"margin: 0px; font-stretc=
h: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D"">doc/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space: pre;">	</span>install -Dp =
-m 644 -t $(HOME2L_INSTALL)/doc/ home2l-book.pdf</div><div style=3D"margi=
n: 0px; font-stretch: normal; font-size: 11px; line-height: normal; =
font-family: Monaco; background-color: rgb(255, 255, 255);" class=3D""><s=
pan style=3D"font-variant-ligatures: no-common-ligatures" class=3D"">doc/=
Makefile:<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span=
>install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_c/ $(API_C)/*.*</=
span></div><div style=3D"margin: 0px; font-stretch: normal; font-size: =
11px; line-height: normal; font-family: Monaco; background-color: =
rgb(255, 255, 255);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures" class=3D"">doc/Makefile:<span class=3D"Apple-tab-spa=
n" style=3D"white-space:pre">	</span>install -Dp -m 644 -t $(HOME2L_INSTA=
LL)/doc/home2l-api_c/search/ $(API_C)/search/*.*</span></div><div =
style=3D"margin: 0px; font-stretch: normal; font-size: 11px; line-height:=
 normal; font-family: Monaco; background-color: rgb(255, 255, 255);" =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">doc/Makefile:<span class=3D"Apple-tab-span" style=3D"white-spa=
ce:pre">	</span>install -Dp -m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_py=
thon/ $(API_PYTHON)/*.*</span></div><div style=3D"margin: 0px; font-stret=
ch: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">doc/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp =
-m 644 -t $(HOME2L_INSTALL)/doc/home2l-api_python/search/ $(API_PYTHON)/s=
earch/*.*</span></div><div style=3D"margin: 0px; font-stretch: normal; =
font-size: 11px; line-height: normal; font-family: Monaco; background-col=
or: rgb(255, 255, 255);" class=3D""><span style=3D"font-variant-ligatures=
: no-common-ligatures" class=3D"">doorman/Makefile:<span class=3D"Apple-t=
ab-span" style=3D"white-space:pre">	</span>install -Dp $(STRIP) -m 755 =
-t $$BIN $(DOORMAN_BIN); &nbsp; \</span></div><div style=3D"margin: 0px; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Monaco; background-color: rgb(255, 255, 255);" class=3D""><span style=3D"=
font-variant-ligatures: no-common-ligatures" class=3D"">drivers/mqtt/Make=
file:<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>ins=
tall -Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)/lib/$(ARCH) $(DRIVER_BIN)</=
span></div><div style=3D"margin: 0px; font-stretch: normal; font-size: =
11px; line-height: normal; font-family: Monaco; background-color: =
rgb(255, 255, 255);" class=3D""><span style=3D"font-variant-ligatures: =
no-common-ligatures" class=3D"">drivers/brownies/Makefile:<span class=3D"=
Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp $(STRIP) =
-m 644 -t $(HOME2L_INSTALL)/lib/$(ARCH) $(DRIVER_BIN)</span></div><div =
style=3D"margin: 0px; font-stretch: normal; font-size: 11px; line-height:=
 normal; font-family: Monaco; background-color: rgb(255, 255, 255);" =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">drivers/enocean/Makefile:<span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>install -Dp $(STRIP) -m 644 -t $$LIB =
$(DRIVER_BIN); \</span></div><div style=3D"margin: 0px; font-stretch: =
normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">drivers/enocean/Makefile:=
<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install =
-Dp $(STRIP) -m 755 -t $$BIN $(TOOL_BIN)</span></div><div style=3D"margin=
: 0px; font-stretch: normal; font-size: 11px; line-height: normal; =
font-family: Monaco; background-color: rgb(255, 255, 255);" class=3D""><s=
pan style=3D"font-variant-ligatures: no-common-ligatures" class=3D"">driv=
ers/demo/Makefile:<span class=3D"Apple-tab-span" style=3D"white-space:pre=
">	</span>install -Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)/lib/$(ARCH) =
$(DRIVER_BIN)</span></div><div style=3D"margin: 0px; font-stretch: =
normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">drivers/mpd/Makefile:<spa=
n class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp =
$(STRIP) -m 644 -t $(HOME2L_INSTALL)/lib/$(ARCH) $(DRIVER_BIN)</span></di=
v><div style=3D"margin: 0px; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Monaco; background-color: rgb(255, =
255, 255);" class=3D""><span style=3D"font-variant-ligatures: no-common-l=
igatures" class=3D"">drivers/weather/Makefile:<span class=3D"Apple-tab-sp=
an" style=3D"white-space:pre">	</span>install -Dp -m 755 -t $(HOME2L_INST=
ALL)/lib $(SCRIPTS)</span></div><div style=3D"margin: 0px; font-stretch: =
normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">drivers/gpio/Makefile:<sp=
an class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install =
-Dp $(STRIP) -m 644 -t $(HOME2L_INSTALL)/lib/$(ARCH) $(DRIVER_BIN)</span>=
</div><div style=3D"margin: 0px; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Monaco; background-color: rgb(255, =
255, 255);" class=3D""><span style=3D"font-variant-ligatures: no-common-l=
igatures" class=3D"">drivers/gpio/Makefile:<span class=3D"Apple-tab-span"=
 style=3D"white-space:pre">	</span>install -Dp -m 755 -t $(HOME2L_INSTALL=
)/bin h2l-setup_gpio.sh</span></div><div style=3D"margin: 0px; font-stret=
ch: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">locales/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp =
-m 644 de.mo $(HOME2L_INSTALL)/locale/de_DE/LC_MESSAGES/home2l.mo</span><=
/div><div style=3D"margin: 0px; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Monaco; background-color: rgb(255, =
255, 255);" class=3D""><span style=3D"font-variant-ligatures: no-common-l=
igatures" class=3D"">resources/Makefile:<span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>install -Dp -m 755 -t $(HOME2L_INSTALL)=
/bin home2l-showhouse</span></div><div style=3D"margin: 0px; font-stretch=
: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">resources/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp =
$(STRIP) -m 755 -t $$BIN $(RCSHELL_BIN) $(SERVER_BIN); \</span></div><div=
 style=3D"margin: 0px; font-stretch: normal; font-size: 11px; line-height=
: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">resources/Makefile:<span class=3D"Apple-tab-span" style=3D"whi=
te-space:pre">	</span>&nbsp; install -Dp $(STRIP) -m 644 -t $$LIB =
$(PYLIB_BIN);&nbsp; \</span></div><div style=3D"margin: 0px; font-stretch=
: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">resources/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>&nbsp; =
install -Dp&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -m 644 -t $$LIB $(DIR_OBJ)/=
$(PYLIB).py;&nbsp; \</span></div><div style=3D"margin: 0px; font-stretch:=
 normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D"">tools/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space: pre;">	</span>install -Dp =
-m 755 -t $(HOME2L_INSTALL)/bin $(SCRIPTS)</div><div style=3D"margin: =
0px; font-stretch: normal; font-size: 11px; line-height: normal; =
font-family: Monaco; background-color: rgb(255, 255, 255);" class=3D""><s=
pan style=3D"font-variant-ligatures: no-common-ligatures" class=3D"">tool=
s/Makefile:<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</sp=
an>install -Dp -m 644 -t $(HOME2L_INSTALL) env.sh README</span></div><div=
 style=3D"margin: 0px; font-stretch: normal; font-size: 11px; line-height=
: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">tools/Makefile:<span class=3D"Apple-tab-span" style=3D"white-s=
pace:pre">	</span>install -Dp -m 755 -t $(HOME2L_INSTALL)/install =
$(INITD)</span></div><div style=3D"margin: 0px; font-stretch: normal; =
font-size: 11px; line-height: normal; font-family: Monaco; background-col=
or: rgb(255, 255, 255);" class=3D""><span style=3D"font-variant-ligatures=
: no-common-ligatures" class=3D"">tools/Makefile:<span class=3D"Apple-tab=
-span" style=3D"white-space:pre">	</span>install -Dp -m 755 -t $(HOME2L_I=
NSTALL)/bin h2l-mkdir.sh</span></div><div style=3D"margin: 0px; font-stre=
tch: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D"">tools/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space: pre;">	</span>install -Dp =
$(STRIP) -m 755 -t $$BIN $(DAEMON_BIN); &nbsp; \</div><div style=3D"margi=
n: 0px; font-stretch: normal; font-size: 11px; line-height: normal; =
font-family: Monaco; background-color: rgb(255, 255, 255);" class=3D"">wa=
llclock/Makefile:<span class=3D"Apple-tab-span" style=3D"white-space: =
pre;">	</span>install -Dps -m 755 -t $$BIN $(WALLCLOCK_BIN);</div><div =
style=3D"margin: 0px; font-stretch: normal; font-size: 11px; line-height:=
 normal; font-family: Monaco; background-color: rgb(255, 255, 255);" =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">wallclock/Makefile:<span class=3D"Apple-tab-span" style=3D"whi=
te-space:pre">	</span>install -Dp -m 755 -t $(HOME2L_INSTALL)/bin =
home2l-fpc; \</span></div><div style=3D"margin: 0px; font-stretch: =
normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">wallclock/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp =
-m 755 -t $(HOME2L_INSTALL)/bin h2l-sysinfo.sh; \</span></div><div =
style=3D"margin: 0px; font-stretch: normal; font-size: 11px; line-height:=
 normal; font-family: Monaco; background-color: rgb(255, 255, 255);" =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">wallclock/Makefile:<span class=3D"Apple-tab-span" style=3D"whi=
te-space:pre">	</span>&nbsp; install -Dp -m 644 $(APK) $(HOME2L_INSTALL)/=
install/Home2lApp.apk; \</span></div><div style=3D"margin: 0px; font-stre=
tch: normal; font-size: 11px; line-height: normal; font-family: Monaco; =
background-color: rgb(255, 255, 255);" class=3D""><span style=3D"font-var=
iant-ligatures: no-common-ligatures" class=3D"">wallclock/Makefile:<span =
class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>install -Dp =
-m 644 -t $(HOME2L_INSTALL)/share/icons icons.build/*.bmp; \</span></div>=
<div style=3D"margin: 0px; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Monaco; background-color: rgb(255, =
255, 255);" class=3D""><span style=3D"font-variant-ligatures: no-common-l=
igatures" class=3D"">wallclock/Makefile:<span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>install -Dp -m 644 -t $(HOME2L_INSTALL)=
/share/fonts fonts/*.ttf; \</span></div><div style=3D"margin: 0px; =
font-stretch: normal; font-size: 11px; line-height: normal; font-family: =
Monaco; background-color: rgb(255, 255, 255);" class=3D""><span style=3D"=
font-variant-ligatures: no-common-ligatures" class=3D"">wallclock/Makefil=
e:<span class=3D"Apple-tab-span" style=3D"white-space:pre">	</span>instal=
l -Dp -m 644 -t $(HOME2L_INSTALL)/share/sounds sounds/*.wav; \</span></di=
v><div style=3D"margin: 0px; font-stretch: normal; font-size: 11px; =
line-height: normal; font-family: Monaco; background-color: rgb(255, =
255, 255);" class=3D""><span style=3D"font-variant-ligatures: no-common-l=
igatures" class=3D"">wallclock/Makefile:<span class=3D"Apple-tab-span" =
style=3D"white-space:pre">	</span>install -Dp -m 644 -T icons/home2l-desk=
top.png $(HOME2L_INSTALL)/share/home2l.png; \</span></div></div><div =
class=3D""><span style=3D"font-variant-ligatures: no-common-ligatures" =
class=3D"">- - -</span></div><div class=3D""><br class=3D""></div><div =
class=3D"">Thanks, Axel</div><div class=3D""><div class=3D"">
<div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); letter-spacing: =
normal; text-align: start; text-indent: 0px; text-transform: none; =
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; =
text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; =
line-break: after-white-space;" class=3D""><div dir=3D"auto" style=3D"car=
et-color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; word-spacing=
: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: =
break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" =
class=3D""><div style=3D"letter-spacing: normal; text-align: start; =
text-indent: 0px; text-transform: none; white-space: normal; word-spacing=
: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbs=
p-mode: space; line-break: after-white-space;" class=3D""><div style=3D"l=
etter-spacing: normal; text-align: start; text-indent: 0px; text-transfor=
m: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-widt=
h: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: =
after-white-space;" class=3D""><div style=3D"font-family: Helvetica; =
font-style: normal; font-variant-ligatures: normal; font-variant-position=
: normal; font-variant-caps: normal; font-variant-numeric: normal; =
font-variant-alternates: normal; font-variant-east-asian: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-str=
oke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; =
line-break: after-white-space;" class=3D""><div class=3D"">---<br =
class=3D"">PGP-Key:&nbsp;CDE74120 &nbsp;=E2=98=80 &nbsp;computing @ =
chaos claudius</div></div></div></div></div></div>
</div>
<br class=3D""></div></div>
</div></blockquote></div><br class=3D""><div class=3D"">
<div dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, =
0); letter-spacing: normal; text-align: start; text-indent: 0px; =
text-transform: none; white-space: normal; word-spacing: 0px; -webkit-tex=
t-stroke-width: 0px; text-decoration: none; word-wrap: break-word; =
-webkit-nbsp-mode: space; line-break: after-white-space;" class=3D""><div=
 dir=3D"auto" style=3D"caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); =
letter-spacing: normal; text-align: start; text-indent: 0px; text-transfo=
rm: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-wid=
th: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode:=
 space; line-break: after-white-space;" class=3D""><div style=3D"color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode:=
 space; line-break: after-white-space;" class=3D""><div style=3D"color: =
rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: =
0px; text-transform: none; white-space: normal; word-spacing: 0px; =
-webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode:=
 space; line-break: after-white-space;" class=3D""><div style=3D"color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant-li=
gatures: normal; font-variant-position: normal; font-variant-caps: =
normal; font-variant-numeric: normal; font-variant-alternates: normal; =
font-variant-east-asian: normal; font-weight: normal; letter-spacing: =
normal; line-height: normal; orphans: 2; text-align: -webkit-auto; =
text-indent: 0px; text-transform: none; white-space: normal; widows: 2; =
word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word;=
 -webkit-nbsp-mode: space; line-break: after-white-space;" class=3D""><di=
v class=3D"">---<br class=3D"">PGP-Key:&nbsp;CDE74120 &nbsp;=E2=98=80 =
&nbsp;computing @ chaos claudius</div></div></div></div></div></div>
</div>
<br class=3D""></div></body></html>

--Apple-Mail=_2BF2DEB8-7F26-4539-9CBA-606579659FEF--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?94B1CB5F-AA8F-4B0B-AD39-C1612ACE7583>