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