aboutsummaryrefslogblamecommitdiff
path: root/textproc/cl-meta-sbcl/Makefile
blob: 7dbe6c9f5a032842cb5cb822f9375c04d05a5ec4 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                    
 
                    
                   
                  
                 
                             
                   
                      
 
                                  
                                                
 

                                                                            
 


                    
 
                                                        
                      
# Created by: Henrik Motakef <henrik.motakef@web.de>

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

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

BUILD_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:textproc/cl-meta
RUN_DEPENDS=	${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd: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>