summaryrefslogblamecommitdiff
path: root/lang/cel/Makefile
blob: a47e0bb159d0b0176635bb6768708b4d00638a49 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                              
                   



                                               
                                 
                                                           




                                     


                                                                           
 





                                  
           
                                                         






                                                                
                           
# New ports collection makefile for:   cel
# Date created:        1 January 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	cel
PORTVERSION=	0.6
CATEGORIES=	lang
MASTER_SITES=	http://www.redwoodsoft.com/cel/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A small, simple prototype-based OO language

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_GMAKE=	yes

DOCFILES=	CoreArchitecture.html DefaultProtos Linker.html \
		Logs.html ProtoLanguage.html README SimpleDataFormat.html \
		Threads activation.html stackframe structure.html todo.html

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500000
BROKEN=		"Does not compile"
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/vm/cel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/cel
.for F in ${DOCFILES}
	${INSTALL_DATA} ${WRKSRC}/doc/$F ${PREFIX}/share/doc/cel
.endfor
.endif

.include <bsd.port.post.mk>