pkgsrc/lang/blackdown-jre13/Makefile
schmonz 9cc752b25d * Introduce BLACKDOWN_ARCH, which is usually just ${MACHINE_ARCH}
(but is "ppc" on powerpc), and use it instead of MACHINE_ARCH where
  applicable.

* Introduce BLACKDOWN_REL, which is usually just "FCS-02b" (but is
  "rc1" on arm).

* Simplify how MASTER_SITES and DISTFILES get defined.

* Improve some formatting.

* Replace literal "i386" in PLIST with ${BLACKDOWN_ARCH}.

* Adjust bin/.java_wrapper for powerpc platforms, and update the
  similar patch for bin/realpath.

On NetBSD/powerpc, this greatly reduces noise during package
installation, and gets us further at runtime. Believe it or not,
seeing "/lib/libc.so.6: version `GLIBC_2.2' not found" is an
improvement.
2002-09-08 09:59:51 +00:00

17 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/09/08 09:59:51 schmonz Exp $
#
BASENAME= j2re
DISTNAME= ${EXTNAME}-${BLACKDOWN_ARCH}
PKGNAME= blackdown-jre13-1
.if ${MACHINE_ARCH} == "arm"
DISTNAME= ${BASENAME}-RC1-linux-arm
.endif
COMMENT= Blackdown's Java(tm) Runtime Environment 1.3.1
ONLY_FOR_PLATFORM+= NetBSD-*-arm Linux-*-arm
.include "../../lang/blackdown-jre13/Makefile.common"
.include "../../mk/bsd.pkg.mk"