2013-01-05 15:13:46 +01:00
|
|
|
# Created by: Pedro F Giffuni
|
2006-06-19 22:59:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= infix
|
2010-01-15 13:14:39 +01:00
|
|
|
PORTVERSION= 19960628
|
2013-06-06 15:13:34 +02:00
|
|
|
PORTREVISION= 15
|
2006-06-19 22:59:06 +02:00
|
|
|
CATEGORIES= devel lisp
|
|
|
|
PKGNAMEPREFIX= cl-
|
2010-01-15 13:14:39 +01:00
|
|
|
DISTFILES= # none
|
2006-06-19 22:59:06 +02:00
|
|
|
|
2010-01-12 00:50:03 +01:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2006-06-19 22:59:06 +02:00
|
|
|
COMMENT= A lisp macro to read math statements in infix notation
|
|
|
|
|
2010-01-15 13:14:39 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix
|
2010-01-20 13:44:18 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix
|
2006-06-19 22:59:06 +02:00
|
|
|
|
|
|
|
NO_CDROM= No fees or compensation can be charged
|
|
|
|
|
2010-01-15 13:14:39 +01:00
|
|
|
USE_ASDF_FASL= yes
|
|
|
|
FASL_TARGET= sbcl
|
|
|
|
FASL_BUILD= yes
|
2006-06-19 22:59:06 +02:00
|
|
|
|
2010-01-15 13:14:39 +01:00
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
2006-06-19 22:59:06 +02:00
|
|
|
.include <bsd.port.mk>
|