Added OS/F MOTIF.

This commit is contained in:
Mid Favila 2021-07-15 17:59:00 +00:00
parent f1e6a81488
commit 37b096e3af
5 changed files with 26 additions and 0 deletions

12
ports/motif/build Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-silent-rules \
--disable-dependency-tracking \
--enable-xft \
--enable-jpeg \
--enable-png
make
make DESTDIR="$1" install

1
ports/motif/checksums Normal file
View File

@ -0,0 +1 @@
859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7

11
ports/motif/depends Normal file
View File

@ -0,0 +1,11 @@
fontconfig
freetype-harfbuzz
libICE
libSM
libX11
libXext
libXft
libXmu
libXt
libjpeg-turbo
libpng

1
ports/motif/sources Normal file
View File

@ -0,0 +1 @@
https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz

1
ports/motif/version Normal file
View File

@ -0,0 +1 @@
2.3.8 1