mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bf6f280fd1
PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co
30 lines
608 B
Makefile
30 lines
608 B
Makefile
# New ports collection makefile for: cim
|
|
# Version required: 1.92
|
|
# Date created: 21 Sept 1996
|
|
# Whom: Pedro
|
|
#
|
|
# $Id: Makefile,v 1.2 1996/12/11 18:43:33 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= cim-1.92
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ifi.uio.no/pub/cim/ \
|
|
ftp://ftp.fenk.wau.nl/pub/lang/simula/compilers/cim/
|
|
|
|
MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
|
|
|
|
STRIP=
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all check
|
|
MAN1= cim.1
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/cim
|
|
@strip $(PREFIX/bin/cimetags
|
|
.if defined(NOPORTDOCS)
|
|
@${RM} ${PREFIX}/doc/cim.ps
|
|
@${RM} ${PREFIX}/doc/cim.info
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|