aboutsummaryrefslogtreecommitdiffstats
path: root/devel/f77flow/Makefile
blob: 1940fb95d5335492f84d87618b685d5dfc9e4d3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    f77flow
# Version required:         0.12
# Date created:             25 June 1997
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

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>