# Created by: Andrey Zakhvatov
# $FreeBSD: tags/RELEASE_10_0_0/devel/f77flow/Makefile 327723 2013-09-20 17:04:43Z bapt $

PORTNAME=		f77flow
PORTVERSION=		0.12
PORTREVISION=		1
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	devel/lang/fortran

MAINTAINER=		ports@FreeBSD.org
COMMENT=	Analyze the structure of a fortran77 program

ALL_TARGET=
MAN1=		flow.1
PLIST_FILES=	bin/flow

NO_STAGE=	yes
do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/flow ${PREFIX}/bin/flow
	@ ${INSTALL_MAN} ${WRKSRC}/flow.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
