Makefile 540 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.3 2017/05/11 20:50:55 espie Exp $
  2. COMMENT= uniform frontend to running Common Lisp code from the shell
  3. DISTNAME= cl-launch-4.1.3
  4. CATEGORIES= sysutils
  5. HOMEPAGE= http://cliki.net/cl-launch
  6. MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
  7. # LLGPL (http://www.cliki.net/LLGPL)
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MASTER_SITES= https://distfiles.nl/
  10. WRKDIST= ${WRKDIR}/cl-launch.git
  11. WANTLIB= c
  12. USE_GMAKE= Yes
  13. ALL_TARGET= cl-shim
  14. RUN_DEPENDS= abcl-*|clisp-*|sbcl-*:lang/sbcl
  15. .include <bsd.port.mk>