freebsd-ports/devel/f77flow/Makefile

27 lines
556 B
Makefile
Raw Normal View History

# New ports collection makefile for: f77flow
# Date created: 25 June 1997
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= f77flow
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/fortran
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Analyze the structure of a fortran77 program
ALL_TARGET=
2004-02-05 21:38:07 +01:00
MAN1= flow.1
PLIST_FILES= bin/flow
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/flow ${PREFIX}/bin/flow
@ ${INSTALL_MAN} ${WRKSRC}/flow.1 ${PREFIX}/man/man1
.include <bsd.port.mk>