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>
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# New ports collection makefile for: mimir
|
|
# Date created: 19 Nov 2005
|
|
# Whom: Ed Schouten <ed@fxq.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mimir
|
|
PORTVERSION= 2.14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/
|
|
|
|
MAINTAINER= ed@fxq.nl
|
|
COMMENT= Data-structure library used by the Elan Programming Environment
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
|
|
.include <bsd.port.mk>
|