diff --git a/ports/motif/build b/ports/motif/build new file mode 100755 index 0000000..afe9a50 --- /dev/null +++ b/ports/motif/build @@ -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 diff --git a/ports/motif/checksums b/ports/motif/checksums new file mode 100644 index 0000000..a9c9355 --- /dev/null +++ b/ports/motif/checksums @@ -0,0 +1 @@ +859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7 diff --git a/ports/motif/depends b/ports/motif/depends new file mode 100644 index 0000000..82cce2b --- /dev/null +++ b/ports/motif/depends @@ -0,0 +1,11 @@ +fontconfig +freetype-harfbuzz +libICE +libSM +libX11 +libXext +libXft +libXmu +libXt +libjpeg-turbo +libpng diff --git a/ports/motif/sources b/ports/motif/sources new file mode 100644 index 0000000..640ac56 --- /dev/null +++ b/ports/motif/sources @@ -0,0 +1 @@ +https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz diff --git a/ports/motif/version b/ports/motif/version new file mode 100644 index 0000000..db07b3d --- /dev/null +++ b/ports/motif/version @@ -0,0 +1 @@ +2.3.8 1