head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.01.02.22.45.32;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.21.13.36.44;	author scheidell;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.11.03.54.01;	author alepulver;	state Exp;
branches;
next	1.1;

1.1
date	2007.12.17.18.24.15;	author alepulver;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309844
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309844 | rm | 2013-01-02 22:29:56 +0000 (Wed, 02 Jan 2013) | 10 lines
## SVN ##
## SVN ## - update to 2012.1
## SVN ##
## SVN ## while here:
## SVN ## - trim Makefile header
## SVN ## - convert to optionsng (PORTDOCS case)
## SVN ## - add WWW
## SVN ##
## SVN ## PR:		174909
## SVN ## Submitted by:	Hannes Mehnert <hannes@@mehnert.org> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: alepulver
# $FreeBSD: head/lang/opendylan/Makefile 309844 2013-01-02 22:29:56Z rm $

PORTNAME=	opendylan
DISTVERSION=	2012.1
CATEGORIES=	lang
MASTER_SITES=	http://opendylan.org/downloads/opendylan/${DISTVERSION}/
DISTNAME=	${PORTNAME}-${DISTVERSION}-x86-freebsd

MAINTAINER=	hannes@@mehnert.org
COMMENT=	Open Dylan project native command-line compiler for Dylan

IA32_BINARY_PORT=	yes
USE_BZIP2=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
DATADIR=	${PREFIX}/lib/${PORTNAME}

WRAPPERS=	dylan-compiler make-dylan-app dswank parser-compiler

.include <bsd.port.options.mk>

do-build:
.for f in ${WRAPPERS}
	@@(${ECHO_CMD} "#!${SH}"; \
	${ECHO_CMD} 'export LD_LIBRARY_PATH="${DATADIR}/lib"'; \
	${ECHO_CMD} 'exec ${DATADIR}/bin/${f} "$$@@"') > ${WRKSRC}/${f}
.endfor

do-install:
	${MKDIR} ${DATADIR}
.for d in bin databases lib sources
	${CP} -r ${WRKSRC}/${d} ${DATADIR}
.endfor
.for f in ${WRAPPERS}
	${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/License.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	opendylan
# Date created:				2007-12-15
# Whom:					alepulver
#
# $FreeBSD: head/lang/opendylan/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d5 1
a5 1
DISTVERSION=	2011.1
d8 1
a8 1
DISTNAME=	${PORTNAME}-${DISTVERSION}-x86-FreeBSD
d18 1
a18 1
WRAPPERS=	dylan-compiler make-dylan-app dswank
d20 1
a20 1
.include <bsd.port.pre.mk>
d37 1
a37 1
.if !defined(NOPORTDOCS)
d43 1
a43 1
.include <bsd.port.post.mk>
@


1.3
log
@- Update 2011.1
- No longer needs /dev/proc
- Submitter agreed to become maintainer

PR:		ports/163211
Submitted by:	Hannes Mehnert <hannes@@mehnert.org> (maintainer)
Approved by:	gabor (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Drop maintainership.
@
text
@d9 1
a9 1
DISTVERSION=	1.0beta4
d11 2
a12 2
MASTER_SITES=	http://www.opendylan.org/downloads/opendylan/${DISTVERSION}/
DISTNAME=	${PORTNAME}-${DISTVERSION}-x86-FreeBSD6
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
a22 1
WRAPPERS=	opendylan make-dylan-app
a25 4
.if ${OSVERSION} >= 700000
LIB_DEPENDS+=	c.6:${PORTSDIR}/misc/compat6x
.endif

d44 1
a45 1
	@@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
@


1.1
log
@Open Dylan compiles to native code and has a full-featured IDE including an
incremental development mode, browsing of runtime objects, remote debugging,
etc. Open Dylan currently only runs on the x86 platform and the IDE does not
yet run on the Linux version. Open Dylan is in many ways a mature
implementation. If you are new to the language, choose Open Dylan if you can.

WWW:	http://www.opendylan.org/
@
text
@d14 1
a14 1
MAINTAINER=	alepulver@@FreeBSD.org
@

