openbsd-ports/lang/STk/Makefile
2013-03-11 11:20:26 +00:00

37 lines
706 B
Makefile

# $OpenBSD: Makefile,v 1.42 2013/03/11 11:20:26 espie Exp $
BROKEN-sparc64= fails in mpn_dm_1.c, error: lvalue required in asm statement
COMMENT= Scheme interpreter with Tk interface
STK_VERSION= 4.0.1
DISTNAME= STk-${STK_VERSION}
REVISION= 16
CATEGORIES= lang
HOMEPAGE= http://kaolin.unice.fr/STk/
MASTER_SITES= ftp://kaolin.unice.fr/pub/STk/
# BSD-like licenses apply
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= ICE SM X11 c m pthread-stubs xcb
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
DESTDIRNAME= root
NO_TEST= Yes
STK_ARCH= OpenBSD-$(MACHINE)
SUBST_VARS= STK_VERSION STK_ARCH
.include <bsd.port.mk>
.if defined(NO_SHARED_LIBS) && ${NO_SHARED_LIBS:L} == "yes"
CONFIGURE_ARGS+= --disable-dynload
.endif