From 37b096e3af15bc101b001cae5b203f93876e5e20 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Thu, 15 Jul 2021 17:59:00 +0000 Subject: [PATCH] Added OS/F MOTIF. --- ports/motif/build | 12 ++++++++++++ ports/motif/checksums | 1 + ports/motif/depends | 11 +++++++++++ ports/motif/sources | 1 + ports/motif/version | 1 + 5 files changed, 26 insertions(+) create mode 100755 ports/motif/build create mode 100644 ports/motif/checksums create mode 100644 ports/motif/depends create mode 100644 ports/motif/sources create mode 100644 ports/motif/version 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