mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-06 13:15:19 +02:00
The URL referenced appears to be permanently gone. Update HOMEPAGE. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
16 lines
465 B
Bash
16 lines
465 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Motif Reference Manual"
|
|
HOMEPAGE="https://motif.ics.com/
|
|
https://www.ist.co.uk/motif/motif_refs.html"
|
|
SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
|
|
S="${WORKDIR}"
|
|
|
|
LICENSE="OPL"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
|
|
|
|
DOCS="*.pdf"
|