openbsd-ports/lang/STk/Makefile

32 lines
707 B
Makefile

# $OpenBSD: Makefile,v 1.48 2019/07/12 20:47:16 sthen Exp $
BROKEN-sparc64= fails in mpn_dm_1.c, error: lvalue required in asm statement
BROKEN-i386= invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
COMMENT= Scheme interpreter with Tk interface
STK_VERSION= 4.0.1
DISTNAME= STk-${STK_VERSION}
REVISION= 19
CATEGORIES= lang
HOMEPAGE= http://kaolin.unice.fr/STk/
MASTER_SITES= http://kaolin.unice.fr/STk/Distrib/
# BSD-like licenses apply
PERMIT_PACKAGE= Yes
WANTLIB= ICE SM X11 c m xcb
CONFIGURE_STYLE=gnu
DESTDIRNAME= root
NO_TEST= Yes
STK_ARCH= OpenBSD-$(MACHINE)
SUBST_VARS= STK_VERSION STK_ARCH
.include <bsd.port.mk>