32 lines
707 B
Makefile
Raw Normal View History

# $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
1998-02-05 17:17:21 +00:00
STK_VERSION= 4.0.1
DISTNAME= STk-${STK_VERSION}
2017-10-23 17:10:49 +00:00
REVISION= 19
1998-02-05 17:17:21 +00:00
CATEGORIES= lang
2002-10-27 14:12:47 +00:00
HOMEPAGE= http://kaolin.unice.fr/STk/
MASTER_SITES= http://kaolin.unice.fr/STk/Distrib/
# BSD-like licenses apply
PERMIT_PACKAGE= Yes
2017-10-23 17:10:49 +00:00
WANTLIB= ICE SM X11 c m xcb
2000-04-29 00:02:51 +00:00
CONFIGURE_STYLE=gnu
1998-02-05 17:17:21 +00:00
DESTDIRNAME= root
2002-10-27 14:12:47 +00:00
2013-03-11 11:20:26 +00:00
NO_TEST= Yes
STK_ARCH= OpenBSD-$(MACHINE)
2002-10-27 14:12:47 +00:00
SUBST_VARS= STK_VERSION STK_ARCH
1998-02-05 17:17:21 +00:00
.include <bsd.port.mk>