summaryrefslogtreecommitdiff
path: root/lang/f2c/Makefile
blob: 1a4cf8f8042fc05fdb97e045d4d19242bdd34ac1 (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
26
27
# $NetBSD: Makefile,v 1.6 1999/12/16 00:58:27 dmcmahill Exp $

DISTNAME=	f2c-19991025
WRKSRC=		${WRKDIR}/f2c
CATEGORIES=	lang
MASTER_SITES=	${MASTER_SITE_LOCAL}

MAINTAINER=	mcmahill@alum.mit.edu
HOMEPAGE=	http://www.netlib.org/f2c/index.html

CONFLICTS=	egcs-current-19980608

post-extract::
	@rm ${WRKSRC}/index.html
	@gunzip ${WRKSRC}/*.gz
	@cd ${WRKSRC} ; sh libf77 ; sh libi77
	@rm ${WRKSRC}/src/index.html
	@mv ${WRKSRC}/src/.depend  ${WRKSRC}/src/depend.orig
	@gunzip ${WRKSRC}/src/*.gz

post-patch::
	@cd ${WRKSRC} ; ${CC} -o chktypes chktypes.c
	${WRKSRC}/chktypes
	@cp ${WRKSRC}/f2c.h ${WRKSRC}/libF77/f2c.h
	@cp ${WRKSRC}/f2c.h ${WRKSRC}/libI77/f2c.h

.include "../../mk/bsd.pkg.mk"