# $OpenBSD: Makefile,v 1.6 2012/12/28 14:48:42 jasper Exp $ # Makefile prepared Sat Feb 13 11:r7:14 PST 2010 by Ted Walther COMMENT= newLISP is a LISP like, general purpose scripting language V= 10.3.2 DISTNAME= newlisp-$V REVISION= 1 CATEGORIES= lang HOMEPAGE= http://newlisp.org/ MAINTAINER= Ted Walther # 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 RUN_DEPENDS= devel/xdg-utils SEPARATE_BUILD= Yes CONFIGURE_STYLE= simple CONFIGURE_SCRIPT= configure-alt CONFIGURE_ARGS += --enable-readline REGRESS_TARGET= check WRKBUILD= ${WRKSRC} SUBST_VARS= V pre-configure: ${SUBST_CMD} ${WRKSRC}/guiserver/newlisp-edit.lsp .include