summaryrefslogtreecommitdiff
path: root/devel/f77flow/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-30 12:13:10 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-30 12:13:10 +0000
commit44a2b1c87f17f1c22a838e5ee6fd57851b121325 (patch)
tree884ae72a72b2d3ea5595892e1e10ca551ced72bf /devel/f77flow/Makefile
parentActivate galaxis. (diff)
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>
Notes
Notes: svn path=/head/; revision=7148
Diffstat (limited to 'devel/f77flow/Makefile')
-rw-r--r--devel/f77flow/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/f77flow/Makefile b/devel/f77flow/Makefile
new file mode 100644
index 000000000000..61a458ce373c
--- /dev/null
+++ b/devel/f77flow/Makefile
@@ -0,0 +1,23 @@
+# 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>