aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-infix/Makefile
blob: 15d3ad9ba35c288b5062f67419831b36c18309e0 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    infix
# Date created:             19 August 2006
# Whom:                 Pedro F. Giffuni
#
# $FreeBSD$
#

PORTNAME=   infix
DISTVERSION=    19960628
CATEGORIES= devel lisp
MASTER_SITES=   http://ftp.linux.org.uk/pub/lisp/cclan/ \
        ftp://ftp.ntnu.no/pub/lisp/cclan/ \
        http://thingamy.com/cclan/ \
        http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/
PKGNAMEPREFIX=  cl-
DISTNAME=   ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A lisp macro for reading math expressions in infix form

BUILD_DEPENDS=  ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
RUN_DEPENDS=    ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf

WRKSRC=     ${WRKDIR}/${PORTNAME}-${DISTVERSION}
DOCSDIR?=   ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
CL_LIBDIR=  ${PREFIX}/lib/common-lisp

NO_BUILD=   yes
NO_CDROM=   No fees or compensation can be charged

LPORTDOCS=  COPYING infix.3lisp

do-install:
    ${MKDIR} ${CL_LIBDIR}/infix
    ${INSTALL_DATA} ${WRKSRC}/infix.asd   ${CL_LIBDIR}/infix/
    ${INSTALL_DATA} ${WRKSRC}/*.cl ${CL_LIBDIR}/infix/
    ${INSTALL_DATA} ${WRKSRC}/infix.system ${CL_LIBDIR}/infix/
    ${LN} -sf ${CL_LIBDIR}/infix/infix.asd ${CL_LIBDIR}/system-registry/infix.asd
.if !defined(NOPORTDOCS)
.for i in ${LPORTDOCS}
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.mk>
cgit.cgi/freebsd-ports-gnome/commit/math/gnumeric/Makefile?h=mate-1.18&id=631103e529fa9dbdd510a127c41087ffcdc60e0a'>Update to 1.6.1.marcus2005-11-151-3/+3 * Fix build with goffice 0.1.1 [1].kwm2005-11-081-0/+1 * Update to 1.6.0.marcus2005-11-051-21/+12 * Add manual to update the mimetype database, bump the PORTREVISION.mezz2005-04-041-1/+3 * - Update to 1.4.3ahze2005-03-141-2/+3 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * Update to 1.4.2.marcus2005-01-181-1/+3 * - Change forgotten PORTSNAME from gnumeric2 to gnumeric fromahze2004-12-201-3/+2 * Move math/gnumeric2 --> math/gnumericahze2004-12-111-20/+41 * Unbreak with GCC 3.4.2.marcus2004-09-211-4/+0 * BROKEN on 5.x: Does not compilekris2004-09-191-1/+7 * - Use USE_ICONV knobkrion2004-03-311-1/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0 * Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0 * Update to 1.0.13.marcus2003-04-111-4/+1 * Clear moonlight beckons.ade2003-03-071-0/+1 * Implement the vendor fix for the recent stack overflow bug. This fixmarcus2003-01-101-1/+1 * Reduce the XML I/O buffer size from 1 MB to 768 KB. This fixes a thread[0]marcus2003-01-071-0/+1 * Update to 1.0.12.marcus2003-01-051-1/+1 * Ypdate to 1.0.11.marcus2003-01-021-3/+2 * Bump PORTREVISION after the gal version bump.marcus2002-11-121-0/+1 * Update to 1.0.10.marcus2002-10-081-1/+1 * GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1 * Update to 1.0.9.sobomax2002-07-201-1/+1 * Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-121-5/+3 * Update to 1.0.8.sobomax2002-06-211-6/+7 * Update to 1.0.7.sobomax2002-06-081-2/+2 * Update to 1.0.6.sobomax2002-04-161-2/+1 * Fix another few places where giconv used instead of iconv.sobomax2002-03-191-1/+1 * Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-2/+0 * Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-0/+1 * Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+2 * Add Guppi into RUN_DEPENDS, so that user gets graph plotting features rightsobomax2002-03-141-0/+1 * Update to 1.0.5.sobomax2002-03-131-2/+2 * Update stf-parse.c patch not to break multibyte fixnakai2002-03-031-0/+1 * Chase psiconv shared library version bump.sobomax2002-02-231-1/+1 * Update to 1.0.4.sobomax2002-02-041-1/+1 * Update to 1.0.3.sobomax2002-01-231-1/+1 * Update to 1.0.2.sobomax2002-01-161-1/+1 * Update to 1.0.1.sobomax2002-01-111-1/+1 * Update to 1.0.0. Just In Time [tm] for the 4.5-RELEASE. :)sobomax2002-01-021-1/+6 * Update to 0.99.1.sobomax2001-12-281-1/+1 * Update to 0.99.0.sobomax2001-12-18