Added OS/F MOTIF.
This commit is contained in:
parent
f1e6a81488
commit
37b096e3af
12
ports/motif/build
Executable file
12
ports/motif/build
Executable 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
1
ports/motif/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7
|
11
ports/motif/depends
Normal file
11
ports/motif/depends
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fontconfig
|
||||||
|
freetype-harfbuzz
|
||||||
|
libICE
|
||||||
|
libSM
|
||||||
|
libX11
|
||||||
|
libXext
|
||||||
|
libXft
|
||||||
|
libXmu
|
||||||
|
libXt
|
||||||
|
libjpeg-turbo
|
||||||
|
libpng
|
1
ports/motif/sources
Normal file
1
ports/motif/sources
Normal 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
1
ports/motif/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.3.8 1
|
Loading…
Reference in New Issue
Block a user