openbsd-ports/lang/newlisp/Makefile
todd 513119e537 newLISP is a scripting language for developing web applications and
programs in general and in the domains of artificial intelligence (AI)
and statistics.

..from maintainer Ted Walther <ted@reactor-core.org>
2010-10-27 08:13:32 +00:00

39 lines
969 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/10/27 08:13:32 todd Exp $
# Makefile prepared Sat Feb 13 11:r7:14 PST 2010 by Ted Walther <ted@reactor-core.org>
COMMENT= newLISP is a LISP like, general purpose scripting language
DISTNAME= newlisp-10.2.16
CATEGORIES= lang
HOMEPAGE= http://newlisp.org/
MAINTAINER= Ted Walther <ted@reactor-core.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c m ncurses readline
MASTER_SITES= http://dpkg.reactor-core.org/port/
EXTRACT_SUFX= .tgz
SEPARATE_BUILD= simple
CONFIGURE_STYLE= simple
CONFIGURE_SCRIPT= configure-alt
CONFIGURE_ARGS += --enable-readline
DESTDIRNAME= DESTDIR
REGRESS_IS_INTERACTIVE= No
NO_REGRESS= No
REGRESS_TARGET= check
CFLAGS += -Wall -pedantic -Wno-uninitialized -Wno-long-long -fno-strict-aliasing -c
LDFLAGS += -lm
WRKBUILD= ${WRKSRC}
WRKCONF= ${WRKBUILD}
WRKINST= ${WRKDIR}/fake-${DISTNAME}
.include <bsd.port.mk>