1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/lang/cim/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

26 lines
473 B
Makefile

# 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_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
MAN1= cim.1
INFO= cim
.include <bsd.port.mk>