31 lines
591 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.45 2016/03/10 21:58:51 naddy Exp $
BROKEN-sparc64= fails in mpn_dm_1.c, error: lvalue required in asm statement
COMMENT= Scheme interpreter with Tk interface
1998-02-05 17:17:21 +00:00
STK_VERSION= 4.0.1
DISTNAME= STk-${STK_VERSION}
REVISION= 18
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
2000-04-29 00:02:51 +00:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 c m pthread-stubs 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>