2014-04-10 20:20:16 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2014/04/10 20:20:16 bcallah Exp $
|
2010-10-27 08:13:32 +00:00
|
|
|
|
|
|
|
COMMENT= newLISP is a LISP like, general purpose scripting language
|
2012-12-31 14:52:45 +00:00
|
|
|
|
2014-04-10 20:20:16 +00:00
|
|
|
V= 10.6.0
|
2011-07-27 18:17:27 +00:00
|
|
|
DISTNAME= newlisp-$V
|
2010-10-27 08:13:32 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
HOMEPAGE= http://newlisp.org/
|
|
|
|
|
2013-12-07 19:35:22 +00:00
|
|
|
# GPLv3+
|
2010-10-27 08:13:32 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
WANTLIB += c m ncurses readline
|
|
|
|
|
2013-12-07 19:35:22 +00:00
|
|
|
MASTER_SITES= http://newlisp.org/downloads/
|
2010-10-27 08:13:32 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2012-12-28 14:48:42 +00:00
|
|
|
RUN_DEPENDS= devel/xdg-utils
|
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2010-10-27 08:13:32 +00:00
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_SCRIPT= configure-alt
|
|
|
|
CONFIGURE_ARGS += --enable-readline
|
|
|
|
|
2013-03-11 11:20:26 +00:00
|
|
|
TEST_TARGET= check
|
2010-10-27 08:13:32 +00:00
|
|
|
|
2010-10-27 09:36:34 +00:00
|
|
|
WRKBUILD= ${WRKSRC}
|
2011-07-27 18:17:27 +00:00
|
|
|
SUBST_VARS= V
|
2010-10-27 08:13:32 +00:00
|
|
|
|
2012-12-28 14:44:56 +00:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/guiserver/newlisp-edit.lsp
|
|
|
|
|
2010-10-27 08:13:32 +00:00
|
|
|
.include <bsd.port.mk>
|