1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/f77flow/Makefile
Thomas Gellekum 44a2b1c87f Import f77flow port. As the name suggests, f77flow analyzes
the structure of FORTRAN code.

PR:		3956
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-30 12:13:10 +00:00

24 lines
476 B
Makefile

# New ports collection makefile for: f77flow
# Version required: 0.12
# Date created: 25 June 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= f77flow-0.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/fortran
MAINTAINER= andy@icc.surw.chel.su
ALL_TARGET=
MAN1= flow.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/flow ${PREFIX}/bin/flow
@ ${INSTALL_MAN} ${WRKSRC}/flow.1 ${PREFIX}/man/man1
.include <bsd.port.mk>