summaryrefslogtreecommitdiff
path: root/lang/cim/Makefile
blob: d91b647680ec739400478ed9f3ad552565b636b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	cim
# Date created:			21 Sept 1996
# Whom:				giffunip
#
# $FreeBSD$
#

PORTNAME=	cim
PORTVERSION=	3.36
CATEGORIES=	lang
MASTER_SITES=	http://www.gtlib.cc.gatech.edu/pub/fink/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Compiler for the SIMULA programming language

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
MAN1=		cim.1

.include <bsd.port.mk>