Most of this diff is from Anthony Richardby, who provided the patches to unbreak macppc by removing the -mno-fused-madd flag, fixing an asm error, and changing the order of the linker arguments. kmos@ confirmed that the patches also unbreak sparc64. cwen@ moved the HOMEPAGE to https. I removed flags like -O3. ok cwen@
25 lines
535 B
Makefile
25 lines
535 B
Makefile
# $OpenBSD: Makefile.inc,v 1.8 2020/12/13 02:42:17 gkoehler Exp $
|
|
|
|
CATEGORIES = lang
|
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
|
|
|
# Apple license, similar to GPL, with a clause to protect Apple
|
|
# against litigation
|
|
# Large explanation on http://minnow.cc.gatech.edu/squeak/159
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
HOMEPAGE = https://squeak.org/
|
|
SQUEAK_SITE= http://ftp.squeak.org/${MAJOR}.${MINOR}/
|
|
|
|
MAJOR = 3
|
|
MINOR = 10
|
|
SOURCEV = 3.9
|
|
|
|
V = ${MAJOR}.${MINOR}
|
|
SQUEAK_DIR = ${PREFIX}/lib/squeak
|
|
|
|
|
|
SUBST_VARS += V SQUEAK_DIR
|
|
DIST_SUBDIR ?= squeak-$V
|
|
|