aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-trivial-features-clisp/Makefile
blob: eb568bcd96737ad19d33dbf270b4ee96340ba826 (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
24
25
# New ports collection makefile for:    cl-trivial-features-clisp
# Date created:             16 January 2010
# Whom:                 Jimmy Olgeni <olgeni@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   trivial-features
PORTVERSION=    2010.01.16
PORTREVISION=   1
CATEGORIES= devel lisp
PKGNAMEPREFIX=  cl-
DISTFILES=  # none

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Ensures consistent *FEATURES* in Common Lisp

BUILD_DEPENDS=  ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:${PORTSDIR}/devel/cl-trivial-features
RUN_DEPENDS=    ${LOCALBASE}/${CL_LIBDIR_REL}/trivial-features/trivial-features.asd:${PORTSDIR}/devel/cl-trivial-features

USE_ASDF_FASL=  yes
FASL_TARGET=    clisp
FASL_BUILD= yes

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