1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/lang/ratfor/Makefile
Mathieu Arnold 842abb4a59 Fix build with gcc47
maintainer timeout

PR:		ports/184574
Submitted by:	Christoph Moench-Tegeder
2014-01-07 22:55:35 +00:00

42 lines
918 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= ratfor
PORTVERSION= 1985.06
PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/ \
${MASTER_SITE_LOCAL} \
http://sepwww.stanford.edu/sep/prof/
MASTER_SITE_SUBDIR= obrien
DISTFILES= ratfor.shar.2 local.ratfor77.shar
MAINTAINER= obrien@FreeBSD.org
COMMENT= Ratfor -- the Rational FORTRAN compiler
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= | ${SH}
ALL_TARGET= all tests
MAN1= ratfor.1
USE_FORTRAN= yes
NO_STAGE= yes
post-patch:
@cd ${WRKSRC} ; ${PATCH} --quiet < testw.patch
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${PREFIX}/bin
cd ${PREFIX}/bin ; ${LN} -sf ratfor77 ratfor
${INSTALL_MAN} ${WRKSRC}/ratfor.1 ${PREFIX}/man/man1
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>