1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/lang/cim/Makefile
Steve Price d03b5e1d47 Upgrade to version 2.10.
PR:		6459
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1998-05-03 20:42:25 +00:00

27 lines
599 B
Makefile

# New ports collection makefile for: cim
# Version required: 2.10
# Date created: 21 Sept 1996
# Whom: giffunip
#
# $Id: Makefile,v 1.5 1998/02/20 18:39:51 steve Exp $
#
DISTNAME= cim-2.10
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ \
ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/simula
MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= yes
MAN1= cim.1
pre-install:
if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
.include <bsd.port.mk>