head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.05.58.49;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.04.07.32.19;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2009.08.02.19.34.26;	author mezz;	state Exp;
branches;
next	1.7;

1.7
date	2009.02.02.09.35.39;	author ed;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.20.07.18.30;	author ed;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.19.17.51.26;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.28.09.07.40;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2006.03.02.16.43.13;	author garga;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.23.10.37.38;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.27.21.14.39;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	elan
# Date created:				19 Nov 2005
# Whom:					Ed Schouten <ed@@fxq.nl>
#
# $FreeBSD: head/lang/elan/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	elan
PORTVERSION=	1.7c
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.cs.ru.nl/pub/vb/elan/
DISTNAME=	${PORTNAME}-1.7

MAINTAINER=	ed@@FreeBSD.org
COMMENT=	Compiler for the Elan Programming Environment

LIB_DEPENDS=	dcg:${PORTSDIR}/devel/mimir

WRKSRC=		${WRKDIR}/${DISTNAME}

MAN1=		elancc.1

USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.pre.mk>

post-install:
.if !defined (NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/manuals/compiler/comp.ps \
		${DOCSDIR}/elan-compiler.ps
	${INSTALL_DATA} ${WRKSRC}/manuals/language/elan.ps \
		${DOCSDIR}/elan-language.ps
.endif

.include <bsd.port.post.mk>
@


1.9
log
@Sync to new bsd.autotools.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libtool:22
@


1.7
log
@Fix MASTER_SITES of elan.
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libtool:15
@


1.6
log
@Use the email address from the FreeBSD project for my ports.

Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.

Approved by:	philip (mentor), rink
@
text
@d11 1
a11 1
MASTER_SITES=	ftp://ftp.cs.ru.nl/pub/vb/
d19 1
a19 1
WRKSRC=	${WRKDIR}/${DISTNAME}
d21 1
a21 1
MAN1=	elancc.1
@


1.5
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	ed@@fxq.nl
@


1.4
log
@Use libtool port instead of included one to avoid objformat a.out botch
@
text
@d26 1
a26 1
INSTALLS_SHLIB=	yes
@


1.3
log
@- Update it to 1.7 and make it fetchable again.

PR:		ports/93636
Submitted by:	maintainer
Approved by:	portmgr (erwin)
@
text
@d23 1
@


1.2
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d8 5
a12 6
PORTNAME=		elan
PORTVERSION=		1.7b
PORTREVISION=	1
CATEGORIES=		lang
MASTER_SITES=		ftp://ftp.cs.ru.nl/pub/vb/
DISTNAME=		${PORTNAME}-1.7-beta
d14 2
a15 2
MAINTAINER=		ed@@fxq.nl
COMMENT=		Compiler for the Elan Programming Environment
d17 1
a17 1
LIB_DEPENDS=		dcg:${PORTSDIR}/devel/mimir
d19 1
a19 1
WRKSRC=			${WRKDIR}/${PORTNAME}-1.7
d21 1
a21 1
MAN1=			elancc.1
d23 3
a25 3
USE_GMAKE=		yes
GNU_CONFIGURE=		yes
INSTALLS_SHLIB=		yes
@


1.1
log
@[New ports] devel/mimir, lang/elan - Elan Programming Language

	Elan is a programming language originally developed by the
	Technical University of Berlin, but nowadays an implementation
	is maintained by the Radboud University of Nijmegen.

	We at TCCN learn youngsters how to program in this language.
	We installed FreeBSD on one of our SPARC's some time ago,
	but Elan wasn't in the Ports tree yet. That's why I made
	two ports. One for lang/elan, the Elan compiler, and one
	for devel/mimir, a library the Elan compiler uses.

	More info about Elan:

	http://en.wikipedia.org/wiki/Elan_programming_language

PR:		ports/89275
Submitted by:	Ed Schouten <ed@@fxq.nl>
@
text
@d10 1
a26 1
USE_AUTOTOOLS=		libtool:13:inc
@

