mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
23 lines
508 B
Makefile
23 lines
508 B
Makefile
PORTNAME= clx
|
|
DISTVERSION= 0.7.5.65
|
|
PORTREVISION= 9
|
|
CATEGORIES= x11 lisp
|
|
PKGNAMEPREFIX= cl-
|
|
PKGNAMESUFFIX= -sbcl
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= jrm@FreeBSD.org
|
|
COMMENT= X11 client library for Common Lisp
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
USE_ASDF_FASL= yes
|
|
FASL_TARGET= sbcl
|
|
FASL_BUILD= yes
|
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
.include <bsd.port.mk>
|