aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cl-meta-sbcl/Makefile
blob: ab8e0eeded85d9f9dd571ec7537c14e9f52ab980 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Henrik Motakef <henrik.motakef@web.de>
# $FreeBSD$

PORTNAME=   meta
PORTVERSION=    0.1
PORTREVISION=   9
PORTEPOCH=  1
CATEGORIES= textproc lisp
PKGNAMEPREFIX=  cl-
DISTFILES=  # none

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    A parser generator for Common Lisp

BUILD_DEPENDS=  ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta
RUN_DEPENDS=    ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta

USE_ASDF_FASL=  yes
FASL_TARGET=    sbcl
FASL_BUILD= yes

.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>