freebsd-ports/lang/cim/Makefile
Baptiste Daroussin 1c857e862b Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 13:45:55 +00:00

28 lines
532 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
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
USE_AUTOTOOLS= libtool
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= cim.1
INFO= cim
.include <bsd.port.mk>