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

PORTNAME=	cim
PORTVERSION=	3.37
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.ifi.uio.no/pub/cim/

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

USE_AUTOTOOLS=	libtool:22
USE_PERL5=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN1=		cim.1
INFO=		cim

.include <bsd.port.mk>